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