Skip to content

Commit

Permalink
[#77] Update CMake Unit Test Flag
Browse files Browse the repository at this point in the history
  • Loading branch information
rjbrown2 committed Apr 29, 2024
1 parent 1890a34 commit 050c677
Showing 1 changed file with 5 additions and 3 deletions.
8 changes: 5 additions & 3 deletions test/CMakeLists.txt
Original file line number Diff line number Diff line change
Expand Up @@ -57,9 +57,11 @@ add_test(NAME UT_TM_PROCESS
COMMAND ${PROJECT_BINARY_DIR}/bin/ut_tm_process
WORKING_DIRECTORY ${PROJECT_TEST_DIR})

add_test(NAME UT_SA_SAVE
COMMAND ${PROJECT_BINARY_DIR}/bin/ut_sa_save
WORKING_DIRECTORY ${PROJECT_TEST_DIR})
if(${SA_SAVE})
add_test(NAME UT_SA_SAVE
COMMAND ${PROJECT_BINARY_DIR}/bin/ut_sa_save
WORKING_DIRECTORY ${PROJECT_TEST_DIR})
endif()

# add_test(NAME UT_MARIADB
# COMMAND ${PROJECT_BINARY_DIR}/bin/ut_mariadb
Expand Down

0 comments on commit 050c677

Please sign in to comment.