summaryrefslogtreecommitdiffstats
path: root/src/utests/main.cpp
diff options
context:
space:
mode:
Diffstat (limited to 'src/utests/main.cpp')
-rw-r--r--src/utests/main.cpp2
1 files changed, 2 insertions, 0 deletions
diff --git a/src/utests/main.cpp b/src/utests/main.cpp
index 7618cac..f9feb89 100644
--- a/src/utests/main.cpp
+++ b/src/utests/main.cpp
@@ -28,6 +28,7 @@
#include "biginttest.h"
#include "rc4test.h"
#include "difflehellmantest.h"
+#include <tqfile.h>
using namespace kt;
using namespace bt;
@@ -38,6 +39,7 @@ using namespace utest;
int main(int argc,char** argv)
{
Globals::instance().setDebugMode(true);
+ TQFile::remove("ktutester.log");
Globals::instance().initLog("ktutester.log");
TestRunner tr;
tr.addTest(new UPnPParseDescriptionTest());