summaryrefslogtreecommitdiffstats
path: root/vdstestlib/src/tests/cppunit/testrunner.cpp
diff options
context:
space:
mode:
Diffstat (limited to 'vdstestlib/src/tests/cppunit/testrunner.cpp')
-rw-r--r--vdstestlib/src/tests/cppunit/testrunner.cpp10
1 files changed, 0 insertions, 10 deletions
diff --git a/vdstestlib/src/tests/cppunit/testrunner.cpp b/vdstestlib/src/tests/cppunit/testrunner.cpp
deleted file mode 100644
index 3b686d132bb..00000000000
--- a/vdstestlib/src/tests/cppunit/testrunner.cpp
+++ /dev/null
@@ -1,10 +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>
-
-int main(int argc, const char *argv[])
-{
- vdstestlib::CppUnitTestRunner testRunner;
- return testRunner.run(argc, argv);
-}
-