From 28f3315e86fb91926ec2ebd217af5a7a106e7d2a Mon Sep 17 00:00:00 2001 From: Andreas Schneider Date: Fri, 6 Feb 2015 11:50:41 +0100 Subject: tests: Add tests for test_malloc() and test_realloc(). Signed-off-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 9c00846..a058b5f 100644 --- a/tests/CMakeLists.txt +++ b/tests/CMakeLists.txt @@ -7,6 +7,7 @@ include_directories( ) set(CMOCKA_TESTS + test_alloc test_fixtures test_group_fixtures test_assert_macros -- cgit v1.2.3