From 9fc415a88f99b881b5c9f4c227c4967fd92d292a Mon Sep 17 00:00:00 2001 From: Andreas Schneider Date: Wed, 10 Feb 2016 12:00:36 +0100 Subject: tests: Add a group setup assert test Signed-off-by: Andreas Schneider --- tests/CMakeLists.txt | 8 ++++++++ 1 file changed, 8 insertions(+) (limited to 'tests/CMakeLists.txt') diff --git a/tests/CMakeLists.txt b/tests/CMakeLists.txt index faaa604..4b015ba 100644 --- a/tests/CMakeLists.txt +++ b/tests/CMakeLists.txt @@ -8,6 +8,7 @@ include_directories( set(CMOCKA_TESTS test_alloc + test_group_setup_assert test_group_setup_fail test_fixtures test_group_fixtures @@ -79,6 +80,13 @@ set_tests_properties( 1 ) +set_tests_properties( + test_group_setup_assert + PROPERTIES + WILL_FAIL + 1 +) + set_tests_properties( test_group_setup_fail PROPERTIES -- cgit v1.2.3