Go to the source code of this file.
Functions | |
get_filename_component (OUTFILE ${CAMITK_TEST_PASS_FILE} NAME) set(CAMITK_TEST_COMMAND_OUTPUT_FILE $ | |
This CMake file run a command that is supposed to produce an output file, and then compare this output file to a given file Use this file to test if a command produces the same output file as a given expected file. More... | |
get_filename_component | ( | OUTFILE ${CAMITK_TEST_PASS_FILE} | NAME | ) |
This CMake file run a command that is supposed to produce an output file, and then compare this output file to a given file Use this file to test if a command produces the same output file as a given expected file.
Inspired from http://stackoverflow.com/questions/3305545/how-to-adapt-my-unit-tests-to-cmake-and-ctest and http://www.cmake.org/pipermail/cmake/2009-July/030619.html
Referenced by camitk_communityedition_packaging().