git.stg.codes
/
stg.git
/ blobdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
|
commitdiff
|
tree
raw
| inline |
side by side
Lang attribute added to the book tag
[stg.git]
/
tests
/
main.cpp
diff --git
a/tests/main.cpp
b/tests/main.cpp
index 55cb4e8f57a3f5e0be6e9a36f7216fee47bf4b18..368c93307358fa1df0acde1f510c8a5550eba603 100644
(file)
--- a/
tests/main.cpp
+++ b/
tests/main.cpp
@@
-1,17
+1,13
@@
-#include <iostream>
-
#include "tut/tut.hpp"
#include "tut_reporter.h"
-using std::exception;
-using std::cerr;
-using std::endl;
-
namespace tut
{
test_runner_singleton runner;
}
+volatile time_t stgTime = 0;
+
int main()
{
tut::reporter reporter;