File tree Expand file tree Collapse file tree 2 files changed +12
-8
lines changed
Expand file tree Collapse file tree 2 files changed +12
-8
lines changed Original file line number Diff line number Diff line change 1- add_executable (planner_test1 planner_test01.cpp)
2- target_link_libraries (planner_test1 planner libtap)
3- flux_add_test(NAME planner_test1 COMMAND planner_test1 )
4- set_property (TEST planner_test1 PROPERTY ENVIRONMENT "TESTRESRC_INPUT_FILE=$(CMAKE_SOURCE_DIR)/conf/hype.lua" )
1+ add_executable (planner_test01 planner_test01.cpp)
2+ target_link_libraries (planner_test01 planner libtap)
3+ flux_add_test(NAME planner_test01 COMMAND planner_test01 )
4+ set_property (TEST planner_test01 PROPERTY ENVIRONMENT "TESTRESRC_INPUT_FILE=$(CMAKE_SOURCE_DIR)/conf/hype.lua" )
55
6- add_executable (planner_test2 planner_test02.cpp)
7- target_link_libraries (planner_test2 planner libtap)
8- flux_add_test(NAME planner_test2 COMMAND planner_test1 )
9- set_property (TEST planner_test2 PROPERTY ENVIRONMENT "TESTRESRC_INPUT_FILE=$(CMAKE_SOURCE_DIR)/conf/hype.lua" )
6+ add_executable (planner_test02 planner_test02.cpp)
7+ target_link_libraries (planner_test02 planner libtap)
8+ flux_add_test(NAME planner_test02 COMMAND planner_test02 )
9+ set_property (TEST planner_test02 PROPERTY ENVIRONMENT "TESTRESRC_INPUT_FILE=$(CMAKE_SOURCE_DIR)/conf/hype.lua" )
Original file line number Diff line number Diff line change 11add_executable (schema_test01 ./schema_test01.cpp)
22target_link_libraries (schema_test01 resource libtap)
3+ flux_add_test(NAME schema_test01 COMMAND schema_test01)
34target_include_directories (schema_test01 PUBLIC ../)
5+ set_property (TEST schema_test01 PROPERTY ENVIRONMENT "TESTRESRC_INPUT_FILE=$(CMAKE_SOURCE_DIR)/conf/hype.lua" )
46
57add_executable (schema_test02 ./schema_test02.cpp)
68target_link_libraries (schema_test02 resource libtap)
9+ flux_add_test(NAME schema_test02 COMMAND schema_test02)
710target_include_directories (schema_test02 PUBLIC ../)
11+ set_property (TEST schema_test02 PROPERTY ENVIRONMENT "TESTRESRC_INPUT_FILE=$(CMAKE_SOURCE_DIR)/conf/hype.lua" )
You can’t perform that action at this time.
0 commit comments