Added comment for automation use.

This commit is contained in:
jakeg00dwin 2024-03-18 19:30:40 -07:00
parent 07a6b7d447
commit 599822b932
1 changed files with 1 additions and 0 deletions

View File

@ -11,5 +11,6 @@ add_executable(AllTests
target_link_libraries(AllTests target_link_libraries(AllTests
${CPPUTEST_LIBRARIES}/libCppUTest.a ${CPPUTEST_LIBRARIES}/libCppUTest.a
${CPPUTEST_LIBRARIES}/libCppUTestExt.a ${CPPUTEST_LIBRARIES}/libCppUTestExt.a
# TEST_LINKS
simple_test simple_test
) )