summaryrefslogtreecommitdiff
path: root/test/main.cpp
diff options
context:
space:
mode:
Diffstat (limited to 'test/main.cpp')
-rw-r--r--test/main.cpp10
1 files changed, 0 insertions, 10 deletions
diff --git a/test/main.cpp b/test/main.cpp
deleted file mode 100644
index 6ae9751c50..0000000000
--- a/test/main.cpp
+++ /dev/null
@@ -1,10 +0,0 @@
-#include "util.hpp"
-#include "fixtures/server_environment.hpp"
-
-GTEST_API_ int main(int argc, char *argv[]) {
- testing::AddGlobalTestEnvironment(new ServerEnvironment("test/headless/server.js"));
- testing::AddGlobalTestEnvironment(new ServerEnvironment("test/storage/server.js"));
-
- testing::InitGoogleTest(&argc, argv);
- return RUN_ALL_TESTS();
-}