basic_test should be run with other CMOCKA_TESTS
authorLukas Slebodnik <lslebodn@redhat.com>
Wed, 26 Feb 2014 12:46:18 +0000 (13:46 +0100)
committerAndreas Schneider <asn@cryptomilk.org>
Mon, 3 Mar 2014 08:56:53 +0000 (09:56 +0100)
Reviewed-by: Andreas Schneider <asn@cryptomilk.org>
tests/CMakeLists.txt

index b9c6db4e426d8bf6ce5e75ca8f3db0d6698ffc69..82cc046da1b7da21e0a2c8855dd510d5ca161797 100644 (file)
@@ -10,7 +10,8 @@ set(CMOCKA_TESTS
     test_fixtures
     test_assert_macros
     test_assert_macros_fail
-    test_exception_handler)
+    test_exception_handler
+    test_basics)
 
 foreach(_CMOCKA_TEST ${CMOCKA_TESTS})
     add_cmocka_test(${_CMOCKA_TEST} ${_CMOCKA_TEST}.c ${CMOCKA_SHARED_LIBRARY})