Skip to content

Commit

Permalink
add dependency on meta cpp examples
Browse files Browse the repository at this point in the history
  • Loading branch information
karlnapf committed Mar 10, 2016
1 parent 9a4c791 commit f393b0c
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion tests/meta/CMakeLists.txt
Expand Up @@ -12,7 +12,8 @@ FOREACH(REFERENCE_FILE ${META_INTEGRATION_REFERENCES})
# cpp
add_test(NAME integration_meta_cpp-${NAME_WITH_DIR}
WORKING_DIRECTORY ${CMAKE_CURRENT_SOURCE_DIR}
COMMAND ${PYTHON_EXECUTABLE} tester.py -r ${REL_DIR} -f ${NAME}.dat -t cpp -g ${CMAKE_CURRENT_SOURCE_DIR}/generated_results -i ${CMAKE_CURRENT_SOURCE_DIR}/reference_results)
COMMAND ${PYTHON_EXECUTABLE} tester.py -r ${REL_DIR} -f ${NAME}.dat -t cpp -g ${CMAKE_CURRENT_SOURCE_DIR}/generated_results -i ${CMAKE_CURRENT_SOURCE_DIR}/reference_results
DEPENDS build_cpp_meta_examples)
set_property(TEST integration_meta_cpp-${NAME_WITH_DIR} PROPERTY
ENVIRONMENT "${PYTHON_ENV_VARS}")
ENDFOREACH()

0 comments on commit f393b0c

Please sign in to comment.