We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 6ca3d0b commit f8b2883Copy full SHA for f8b2883
episodes/3-fortran-unit-test-syntax/challenge/CMakeLists.txt
@@ -14,4 +14,4 @@ file(GLOB PROJ_SRC_FILES "${PROJECT_SOURCE_DIR}/src/*.f90")
14
# Build src executables
15
add_executable("${PROJECT_NAME}" "${PROJ_SRC_FILES}")
16
17
-add_subdirectory("test/pfunit")
+add_subdirectory("test")
0 commit comments