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