Skip to content

Commit

Permalink
add comment that more is to come
Browse files Browse the repository at this point in the history
  • Loading branch information
karlnapf committed Mar 10, 2016
1 parent 049fbd4 commit 4751b4f
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion tests/meta/CMakeLists.txt
Expand Up @@ -9,7 +9,7 @@ FOREACH(REFERENCE_FILE ${META_INTEGRATION_REFERENCES})
STRING(REGEX REPLACE "//" "_" NAME_WITH_DIR ${NAME_WITH_DIR})
STRING(REGEX REPLACE ".*/(.*)//.*.dat" "\\1" REL_DIR ${REFERENCE_FILE})

# cpp
# cpp only for now
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
Expand Down

0 comments on commit 4751b4f

Please sign in to comment.