Skip to content

Commit 681b892

Browse files
committed
fix
1 parent a1d6cb6 commit 681b892

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

test/CMakeLists.txt

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -9,7 +9,7 @@ endmacro(ADDTEST)
99

1010
macro(ADDTESTFYPP name)
1111
fypp_f90("${fyppFlags}" "${name}" outname)
12-
add_executable(test_${name} test_${name}.f90)
12+
add_executable(test_${name} "${outname}")
1313
target_link_libraries(test_${name} "${PROJECT_NAME}")
1414
add_test(NAME ${name}
1515
COMMAND $<TARGET_FILE:test_${name}>

0 commit comments

Comments
 (0)