2013-08-20 05:49:44 +08:00
|
|
|
|
|
|
|
##############################################################################
|
|
|
|
##############################################################################
|
|
|
|
### T E S T I N G ###
|
|
|
|
##############################################################################
|
|
|
|
##############################################################################
|
2013-11-02 05:15:37 +08:00
|
|
|
# Remove any output file left over from previous test run
|
2014-03-12 06:07:13 +08:00
|
|
|
add_test (
|
2014-04-03 02:35:01 +08:00
|
|
|
NAME HL_CPP_ex_ptExampleFL-clear-objects
|
2013-11-02 05:15:37 +08:00
|
|
|
COMMAND ${CMAKE_COMMAND}
|
|
|
|
-E remove
|
|
|
|
PTcppexampleFL.h5
|
|
|
|
)
|
2013-08-20 05:49:44 +08:00
|
|
|
|
2014-04-03 02:35:01 +08:00
|
|
|
add_test (NAME HL_CPP_ex_ptExampleFL COMMAND $<TARGET_FILE:ptExampleFL>)
|
|
|
|
set_tests_properties (HL_CPP_ex_ptExampleFL PROPERTIES DEPENDS HL_CPP_ex_ptExampleFL-clear-objects)
|