File tree Expand file tree Collapse file tree 1 file changed +9
-9
lines changed
Expand file tree Collapse file tree 1 file changed +9
-9
lines changed Original file line number Diff line number Diff line change @@ -12,12 +12,12 @@ endforeach()
1212# NOTE: The CMAKE_MODULE_PATH was modified in the project's top level CMakeLists.txt
1313include (AddParallelTest)
1414
15- # foreach( test_name
16- # fv-test-class_dimensions fv-test-class_vector fv-test-class_keytable fv-test-class_stopwatch fv-test-field-extends-grid )
17- #
18- # add_parallel_test(NAME "${test_name}" # Name is optional
19- # PROCESSES 1 # Processes is optional, will default to 1
20- # SOURCES "${test_name}.f90" # Specify one or more source files. If NAME is missing
21- # LIBS morfeus_fv
22- # )
23- # endforeach()
15+ foreach ( test_name
16+ fv-test -class_dimensions fv-test -class_vector fv-test -class_keytable fv-test -class_stopwatch fv-test -field-extends-grid )
17+
18+ add_parallel_test(NAME "${test_name} " # Name is optional
19+ PROCESSES 1 # Processes is optional, will default to 1
20+ SOURCES "${test_name} .f90" # Specify one or more source files. If NAME is missing
21+ LIBS morfeus_fv
22+ )
23+ endforeach ()
You can’t perform that action at this time.
0 commit comments