mirror of
https://github.com/akheron/jansson.git
synced 2025-04-06 05:55:05 +00:00
cmake: Add stripped tests
This commit is contained in:
parent
70f663db29
commit
6db70f0301
1 changed files with 4 additions and 0 deletions
|
@ -377,6 +377,10 @@ if (NOT WITHOUT_TESTS)
|
|||
get_filename_component(TNAME ${TESTDIR} NAME)
|
||||
add_test(${SUITE}__${TNAME}
|
||||
${CMAKE_RUNTIME_OUTPUT_DIRECTORY}/json_process ${TESTDIR})
|
||||
if ((${SUITE} STREQUAL "valid" OR ${SUITE} STREQUAL "invalid") AND NOT EXISTS ${TESTDIR}/nostrip)
|
||||
add_test(${SUITE}__${TNAME}__strip
|
||||
${CMAKE_RUNTIME_OUTPUT_DIRECTORY}/json_process --strip ${TESTDIR})
|
||||
endif ()
|
||||
endif ()
|
||||
endforeach ()
|
||||
endforeach ()
|
||||
|
|
Loading…
Add table
Reference in a new issue