git.stg.codes
/
stg.git
/ blobdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
|
commitdiff
|
tree
raw
|
inline
| side by side
Implemented async parser in rlm_stg.
[stg.git]
/
tests
/
main.cpp
diff --git
a/tests/main.cpp
b/tests/main.cpp
index f561cb16327f24f5f8220cbfd40b7efe84c7ba7f..8827d6d4f0dff26a79a031eb0bf2de10fc4998ac 100644
(file)
--- a/
tests/main.cpp
+++ b/
tests/main.cpp
@@
-1,16
+1,13
@@
-#include <tut/tut.hpp>
-#include <tut_reporter.h>
-#include <iostream>
-
-using std::exception;
-using std::cerr;
-using std::endl;
+#include "tut/tut.hpp"
+#include "tut/tut_reporter.hpp"
namespace tut
{
test_runner_singleton runner;
}
namespace tut
{
test_runner_singleton runner;
}
+volatile time_t stgTime = 0;
+
int main()
{
tut::reporter reporter;
int main()
{
tut::reporter reporter;