Skip to content

Commit 2f0a768

Browse files
committed
rename testFortranCreateMPs.f90 -> testFortranCreateRebuildMPs.f90
1 parent 2752c0b commit 2f0a768

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

test/CMakeLists.txt

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -53,7 +53,7 @@ pmpo_add_fortran_exe(testFortran testFortran.f90)
5353
pmpo_add_fortran_exe(testFortranReadMPAS testFortranReadMPAS.f90)
5454
pmpo_add_fortran_exe(testFortranMPMeshModule testFortranMPMeshModule.f90)
5555
pmpo_add_fortran_exe(testFortranMPAdvection testFortranMPAdvection.f90)
56-
pmpo_add_fortran_exe(testFortranCreateMPs testFortranCreateMPs.f90)
56+
pmpo_add_fortran_exe(testFortranCreateRebuildMPs testFortranCreateRebuildMPs.f90)
5757

5858
#add test
5959
find_program(MPIRUN_EXECUTABLE NAMES mpirun)
@@ -89,7 +89,7 @@ else()
8989
set(TEST_NC_FILE ${TEST_NC_FILE_PLANAR})
9090
endif()
9191
pmpo_add_test(testFortranReadMPAS ./testFortranReadMPAS ${TEST_NC_FILE})
92-
pmpo_add_test(testFortranCreateMPs ./testFortranCreateMPs ${TEST_NC_FILE})
92+
pmpo_add_test(testFortranCreateRebuildMPs ./testFortranCreateRebuildMPs ${TEST_NC_FILE})
9393

9494
pmpo_add_test(test_timing ./timeAssmblyWachspress 1 ${TEST_NC_FILE})
9595
pmpo_add_test(test_wachspress ./testWachspress ${TEST_NC_FILE})

0 commit comments

Comments
 (0)