Skip to content
Snippets Groups Projects
Unverified Commit ef108fbb authored by René Fritze's avatar René Fritze
Browse files

[cmake] adjust for new test wrapper script name

parent 0e27482f
No related branches found
No related tags found
No related merge requests found
......@@ -90,10 +90,6 @@ dune_enable_all_packages(INCLUDE_DIRS ${dune-xt-common_SOURCE_DIR}/dune
include(DuneUtils)
include(GridUtils)
# add symlink for dune_execute.py to build-directory to be able to access it from other (xt-) modules
file(MAKE_DIRECTORY ${CMAKE_CURRENT_BINARY_DIR}/bin)
dune_symlink_to_source_files(FILES bin/dune_execute.py)
add_header_listing()
make_dependent_modules_sys_included()
......
......@@ -39,7 +39,7 @@ macro(BEGIN_TESTCASES)
BASENAME test_${testbase}
CREATED_TARGETS targetlist_${testbase}
ADDED_TESTS testlist_${testbase}
SCRIPT ${dune-xt-common-path}/bin/dune_execute.py
SCRIPT dune_xt_execute.py
${DEBUG_MACRO_TESTS})
foreach(target ${targetlist_${testbase}})
target_link_libraries( ${target} ${ARGN} ${COMMON_LIBS} ${GRID_LIBS} gtest_dune_xt_common )
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment