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 e2f4866 commit ed80bfcCopy full SHA for ed80bfc
CMakeLists.txt
@@ -35,7 +35,7 @@ endif()
35
36
# library to archive (libfunctional.a)
37
add_library(functional src/functional.f90)
38
-add_library(testing test/mod_testing.f90)
+add_library(testing test/testing.f90)
39
40
# tests
41
enable_testing()
0 commit comments