File tree Expand file tree Collapse file tree 2 files changed +2
-2
lines changed
Expand file tree Collapse file tree 2 files changed +2
-2
lines changed Original file line number Diff line number Diff line change @@ -170,7 +170,7 @@ meshfields_add_exe(CountIntegrator test/testCountIntegrator.cpp)
170170meshfields_add_exe(OmegahElementTests test /testOmegahElement.cpp)
171171meshfields_add_exe(ExceptionTest test /testExceptions.cpp)
172172meshfields_add_exe(PointMapping test /testPointMapping.cpp)
173- meshfields_add_exe(TetTest test /testTet .cpp)
173+ meshfields_add_exe(OmegahTetTest test /testOmegahTet .cpp)
174174
175175if (MeshFields_USE_Cabana)
176176 meshfields_add_exe(ControllerPerformance test /testControllerPerformance.cpp)
@@ -187,7 +187,7 @@ test_func(ElementJacobian2d ./ElementJacobian2d)
187187test_func(CountIntegrator ./CountIntegrator)
188188test_func(OmegahElementTests ./OmegahElementTests)
189189test_func(PointMapping ./PointMapping)
190- test_func(TetTest , ./TetTest )
190+ test_func(OmegahTetTest , ./OmegahTetTest )
191191if (MeshFields_USE_EXCEPTIONS)
192192 # exception caught - no error
193193 test_func(ExceptionTest ./ExceptionTest)
File renamed without changes.
You can’t perform that action at this time.
0 commit comments