From 226a89cc434649ca4a4230cccac81976dfda9592 Mon Sep 17 00:00:00 2001 From: Arnaud Gelas Date: Mon, 4 Feb 2019 15:52:30 +0100 Subject: cmocka: Add new assert macros to compare 2 double given an epsilon. assert_double_equal and assert_double_not_equal Reviewed-by: Andreas Schneider --- tests/CMakeLists.txt | 1 + 1 file changed, 1 insertion(+) (limited to 'tests/CMakeLists.txt') diff --git a/tests/CMakeLists.txt b/tests/CMakeLists.txt index def90d3..7487a9c 100644 --- a/tests/CMakeLists.txt +++ b/tests/CMakeLists.txt @@ -16,6 +16,7 @@ set(CMOCKA_TESTS test_group_fixtures test_groups test_float_macros + test_double_macros test_assert_macros test_assert_macros_fail test_basics -- cgit v1.2.3