Skip to content

Commit af6026b

Browse files
author
Kloepfer
committed
renaming test
1 parent 919e366 commit af6026b

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

CMakeLists.txt

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -170,7 +170,7 @@ meshfields_add_exe(CountIntegrator test/testCountIntegrator.cpp)
170170
meshfields_add_exe(OmegahElementTests test/testOmegahElement.cpp)
171171
meshfields_add_exe(ExceptionTest test/testExceptions.cpp)
172172
meshfields_add_exe(PointMapping test/testPointMapping.cpp)
173-
meshfields_add_exe(TetTest test/testTet.cpp)
173+
meshfields_add_exe(OmegahTetTest test/testOmegahTet.cpp)
174174

175175
if(MeshFields_USE_Cabana)
176176
meshfields_add_exe(ControllerPerformance test/testControllerPerformance.cpp)
@@ -187,7 +187,7 @@ test_func(ElementJacobian2d ./ElementJacobian2d)
187187
test_func(CountIntegrator ./CountIntegrator)
188188
test_func(OmegahElementTests ./OmegahElementTests)
189189
test_func(PointMapping ./PointMapping)
190-
test_func(TetTest, ./TetTest)
190+
test_func(OmegahTetTest, ./OmegahTetTest)
191191
if(MeshFields_USE_EXCEPTIONS)
192192
# exception caught - no error
193193
test_func(ExceptionTest ./ExceptionTest)
File renamed without changes.

0 commit comments

Comments
 (0)