From aa09aa321b24981bf0f8f2dec97ac100727266a5 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Konstantin=20K=C3=A4fer?= Date: Thu, 22 Jan 2015 12:24:00 +0100 Subject: rearrange tests and make more robust --- test/main.cpp | 10 ---------- 1 file changed, 10 deletions(-) delete mode 100644 test/main.cpp (limited to 'test/main.cpp') 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(); -} -- cgit v1.2.1