summaryrefslogtreecommitdiffstats
path: root/vdslib/src/tests/testrunner.cpp
diff options
context:
space:
mode:
Diffstat (limited to 'vdslib/src/tests/testrunner.cpp')
-rw-r--r--vdslib/src/tests/testrunner.cpp14
1 files changed, 0 insertions, 14 deletions
diff --git a/vdslib/src/tests/testrunner.cpp b/vdslib/src/tests/testrunner.cpp
deleted file mode 100644
index 7c3fbfccc8b..00000000000
--- a/vdslib/src/tests/testrunner.cpp
+++ /dev/null
@@ -1,14 +0,0 @@
-// Copyright 2017 Yahoo Holdings. Licensed under the terms of the Apache 2.0 license. See LICENSE in the project root.
-
-#include <vespa/vdstestlib/cppunit/cppunittestrunner.h>
-
-#include <vespa/log/log.h>
-LOG_SETUP("vdslibcppunittestrunner");
-
-int
-main(int argc, const char *argv[])
-{
- vdstestlib::CppUnitTestRunner testRunner;
- return testRunner.run(argc, argv);
-}
-