From 9927438c64e010d5a15f93cc76d3e624f7d24c27 Mon Sep 17 00:00:00 2001 From: jakeg00dwin Date: Fri, 8 Mar 2024 10:33:50 -0800 Subject: [PATCH] removed more old refences to other project --- tests/simple_test/CMakeLists.txt | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) diff --git a/tests/simple_test/CMakeLists.txt b/tests/simple_test/CMakeLists.txt index 63e5b69..85b7f54 100644 --- a/tests/simple_test/CMakeLists.txt +++ b/tests/simple_test/CMakeLists.txt @@ -1,7 +1,7 @@ # Test the logic for the PMG formating code -add_cmocka_test(test_pgm - SOURCES test_pgm.c +add_cmocka_test(simple_test + SOURCES simple_test.c COMPILE_OPTIONS ${DEFAULT_C_COMPILE_FLAGS} LINK_LIBRARIES "${CMOCKA_LIBRARIES}") -add_cmocka_test_environment(test_pgm) -target_include_directories(test_pgm PUBLIC "${CMOCKA_INCLUDE_DIRS}") +add_cmocka_test_environment(simple_test) +target_include_directories(simple_test PUBLIC "${CMOCKA_INCLUDE_DIRS}")