]> git.ipfire.org Git - thirdparty/snort3.git/commitdiff
get all builds (auto, cmake) x (unit, non-unit) working again
authorRuss Combs <rucombs@cisco.com>
Wed, 9 Sep 2015 20:15:26 +0000 (16:15 -0400)
committerRuss Combs <rucombs@cisco.com>
Wed, 9 Sep 2015 20:15:26 +0000 (16:15 -0400)
src/test/CMakeLists.txt
src/test/Makefile.am

index d68d7642038bacad46de382cae63273b3a0b07e4..569aa6ef2b69da08a1cd9ed83b31e5a61bd084a5 100644 (file)
@@ -26,14 +26,7 @@ add_custom_command(
 )
 
 add_library(unit_tests STATIC
-    suite_decl.h
-    suite_list.h
-    lua_stack_test.cc
-    lua_test_common.h
-    sfip_test.cc
-    sfrf_test.cc
-    sfrt_test.cc
-    sfthd_test.cc
+    catch.hpp
     unit_test.cc
     unit_test.h
 )
index e374c01210ee0628fb5a659a66662d21e4cd5344..bfb54ea09e821901240d691691abdd0bb4992343 100644 (file)
@@ -2,6 +2,7 @@
 noinst_LIBRARIES = libtest.a
 
 libtest_a_SOURCES = \
+catch.hpp \
 unit_test.cc \
 unit_test.h