Skip to content
Snippets Groups Projects
Commit f9ed5391 authored by Christophe Geuzaine's avatar Christophe Geuzaine
Browse files

No commit message

No commit message
parent 72f8e0c0
No related branches found
No related tags found
No related merge requests found
......@@ -1628,7 +1628,7 @@ include(CPack)
include(CTest)
file(GLOB_RECURSE TESTFILES tutorial/*.geo)
foreach(TESTFILE ${TESTFILES})
add_test(${TESTFILE} gmsh ${TESTFILE} -3 -o /tmp/tmp.msh)
add_test(${TESTFILE} ./gmsh ${TESTFILE} -3 -o ./tmp.msh)
endforeach()
message(STATUS "")
......
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