summaryrefslogtreecommitdiffstats
path: root/document/src/tests/testrunner.cpp
diff options
context:
space:
mode:
Diffstat (limited to 'document/src/tests/testrunner.cpp')
-rw-r--r--document/src/tests/testrunner.cpp5
1 files changed, 3 insertions, 2 deletions
diff --git a/document/src/tests/testrunner.cpp b/document/src/tests/testrunner.cpp
index 815476a3f41..aabdbb3f605 100644
--- a/document/src/tests/testrunner.cpp
+++ b/document/src/tests/testrunner.cpp
@@ -1,12 +1,13 @@
// 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/log/log.h>
#include <vespa/vdstestlib/cppunit/cppunittestrunner.h>
-#include <vespa/log/log.h>
LOG_SETUP("documentcppunittests");
int
-main(int argc, const char *argv[])
+main(int argc, char **argv)
{
vdstestlib::CppUnitTestRunner testRunner;
return testRunner.run(argc, argv);