Go to the source code of this file.
|
| set (CAMITK_TEST_COMMAND_FILE ${CAMITK_TEST_OUTPUT_DIR}/command) set(CAMITK_TEST_COMMAND_RESULT_FILE $ |
| This CMake script run the action state machine and compare the output files to the expected files The intended use is to run this script from the camitk_add_test_actionstatemachine. More...
|
|
command result | set (CAMITK_TEST_COMMAND_OUTPUT_FILE ${CAMITK_TEST_OUTPUT_DIR}/command-output) set(CAMITK_TEST_EXPECTED_FILE_COMMAND_FILE $ |
|
test | set (CAMITK_TEST_EXPECTED_FILE_OUTPUT_FILE ${CAMITK_TEST_OUTPUT_DIR}/test-output) set(CAMITK_TEST_EXPECTED_FILE_RESULT_FILE $ |
|
test result | unset (PREVIOUS_ATTEMPTS) file(GLOB ALL_OUTPUT_FILES $ |
|
◆ set() [1/2]
command result set |
( |
CAMITK_TEST_COMMAND_OUTPUT_FILE ${CAMITK_TEST_OUTPUT_DIR}/command- |
output | ) |
|
◆ set() [2/2]
test set |
( |
CAMITK_TEST_EXPECTED_FILE_OUTPUT_FILE ${CAMITK_TEST_OUTPUT_DIR}/test- |
output | ) |
|
◆ unset()
test result unset |
( |
PREVIOUS_ATTEMPTS |
| ) |
|