Skip to content

Commit 2e8a4b6

Browse files
committed
Fix ep 4 cmake by using correct test path
1 parent 94f4a0e commit 2e8a4b6

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

episodes/4-debugging-a-broken-test/challenge/CMakeLists.txt

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -11,4 +11,4 @@ project(
1111
# Define src files
1212
file(GLOB PROJ_SRC_FILES "${PROJECT_SOURCE_DIR}/src/*.f90")
1313

14-
add_subdirectory("test/pfunit")
14+
add_subdirectory("test")

0 commit comments

Comments
 (0)