diff options
author | TizenOpenSource <tizenopensrc@samsung.com> | 2022-12-27 12:03:14 +0900 |
---|---|---|
committer | TizenOpenSource <tizenopensrc@samsung.com> | 2022-12-27 12:03:14 +0900 |
commit | 776729718bf0be3e060a6853acd6bcf513575a87 (patch) | |
tree | 1dff2eeda27df9cf08ec74161a5a729a86cb2f58 /tests/CMakeLists.txt | |
parent | 2a04bf5fdf7719f8ed087ac0feeb4309e0784ee1 (diff) | |
download | cmocka-776729718bf0be3e060a6853acd6bcf513575a87.tar.gz cmocka-776729718bf0be3e060a6853acd6bcf513575a87.tar.bz2 cmocka-776729718bf0be3e060a6853acd6bcf513575a87.zip |
Imported Upstream version 1.1.5upstream/1.1.5cmocka-1.1.5upstream
Diffstat (limited to 'tests/CMakeLists.txt')
-rw-r--r-- | tests/CMakeLists.txt | 5 |
1 files changed, 4 insertions, 1 deletions
diff --git a/tests/CMakeLists.txt b/tests/CMakeLists.txt index f7ea00b..8d53f51 100644 --- a/tests/CMakeLists.txt +++ b/tests/CMakeLists.txt @@ -15,6 +15,7 @@ set(CMOCKA_TESTS test_fixtures test_group_fixtures test_groups + test_float_macros test_assert_macros test_assert_macros_fail test_basics @@ -25,7 +26,9 @@ set(CMOCKA_TESTS test_ordering_fail test_returns test_returns_fail - test_wildcard) + test_wildcard + test_skip_filter + ) if (TEST_EXCEPTION_HANDLER) list(APPEND CMOCKA_TESTS test_exception_handler) |