aboutsummaryrefslogtreecommitdiffstats
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.cpp11
1 files changed, 11 insertions, 0 deletions
diff --git a/vdstestlib/src/tests/cppunit/testrunner.cpp b/vdstestlib/src/tests/cppunit/testrunner.cpp
new file mode 100644
index 00000000000..1ba7be7790e
--- /dev/null
+++ b/vdstestlib/src/tests/cppunit/testrunner.cpp
@@ -0,0 +1,11 @@
+// Copyright 2016 Yahoo Inc. Licensed under the terms of the Apache 2.0 license. See LICENSE in the project root.
+
+#include <vespa/fastos/fastos.h>
+#include <vespa/vdstestlib/cppunit/cppunittestrunner.h>
+
+int main(int argc, char **argv)
+{
+ vdstestlib::CppUnitTestRunner testRunner;
+ return testRunner.run(argc, argv);
+}
+