summaryrefslogtreecommitdiffstatshomepage
path: root/tests/main.cpp
diff options
context:
space:
mode:
Diffstat (limited to 'tests/main.cpp')
-rw-r--r--tests/main.cpp11
1 files changed, 2 insertions, 9 deletions
diff --git a/tests/main.cpp b/tests/main.cpp
index 5a07b837186..0c7c351f437 100644
--- a/tests/main.cpp
+++ b/tests/main.cpp
@@ -1,9 +1,2 @@
-#include <stdio.h>
-#include "gtest/gtest.h"
-
-int main(int argc, char **argv)
-{
- testing::InitGoogleTest(&argc, argv);
- return RUN_ALL_TESTS();
-}
-
+#define CATCH_CONFIG_MAIN
+#include "catch.hpp"