removed more old refences to other project

This commit is contained in:
jakeg00dwin 2024-03-08 10:33:50 -08:00
parent ef1c67b84f
commit 9927438c64
1 changed files with 4 additions and 4 deletions

View File

@ -1,7 +1,7 @@
# Test the logic for the PMG formating code # Test the logic for the PMG formating code
add_cmocka_test(test_pgm add_cmocka_test(simple_test
SOURCES test_pgm.c SOURCES simple_test.c
COMPILE_OPTIONS ${DEFAULT_C_COMPILE_FLAGS} COMPILE_OPTIONS ${DEFAULT_C_COMPILE_FLAGS}
LINK_LIBRARIES "${CMOCKA_LIBRARIES}") LINK_LIBRARIES "${CMOCKA_LIBRARIES}")
add_cmocka_test_environment(test_pgm) add_cmocka_test_environment(simple_test)
target_include_directories(test_pgm PUBLIC "${CMOCKA_INCLUDE_DIRS}") target_include_directories(simple_test PUBLIC "${CMOCKA_INCLUDE_DIRS}")