diff options
author | 2016-11-12 11:12:11 +0100 | |
---|---|---|
committer | 2016-11-12 11:12:11 +0100 | |
commit | 3c577aedb88337775be37d564b6ebe1a3d74c8c3 (patch) | |
tree | c326df51d5621310a595f5df6303a722a61fbe3c /tests/main.cpp | |
parent | be98f6b83acf489daefe604e238e4657940b1e64 (diff) |
Converted existing test to catch framework (nw)
Diffstat (limited to 'tests/main.cpp')
-rw-r--r-- | tests/main.cpp | 11 |
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" |