From 64a5696539cee8bdcf5880a7258cfea3f8b40359 Mon Sep 17 00:00:00 2001 From: tamasmeszaros Date: Wed, 30 Oct 2019 17:19:43 +0100 Subject: [PATCH] Re-enable example test --- tests/CMakeLists.txt | 2 +- tests/example/example_tests_main.cpp | 1 - 2 files changed, 1 insertion(+), 2 deletions(-) diff --git a/tests/CMakeLists.txt b/tests/CMakeLists.txt index 9453fa314..0d2266dc5 100644 --- a/tests/CMakeLists.txt +++ b/tests/CMakeLists.txt @@ -28,4 +28,4 @@ add_subdirectory(timeutils) add_subdirectory(fff_print) add_subdirectory(sla_print) add_subdirectory(hollowing) -#add_subdirectory(example) +add_subdirectory(example) diff --git a/tests/example/example_tests_main.cpp b/tests/example/example_tests_main.cpp index 32e8d02b7..426d1ffef 100644 --- a/tests/example/example_tests_main.cpp +++ b/tests/example/example_tests_main.cpp @@ -1,4 +1,3 @@ -#define CATCH_CONFIG_MAIN #include TEST_CASE("Is example succesful", "[example]") {