Skip to content

Commit 2d2d569

Browse files
committed
Reenable fv tests, now that the top level CMakeLists.txt is correct
1 parent dc4279a commit 2d2d569

File tree

1 file changed

+9
-9
lines changed

1 file changed

+9
-9
lines changed

src/FV/src/unit-tests/CMakeLists.txt

Lines changed: 9 additions & 9 deletions
Original file line numberDiff line numberDiff line change
@@ -12,12 +12,12 @@ endforeach()
1212
# NOTE: The CMAKE_MODULE_PATH was modified in the project's top level CMakeLists.txt
1313
include(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()

0 commit comments

Comments
 (0)