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