Skip to content

Commit f15839f

Browse files
committed
Update test names in CMake recipe
1 parent 8c26f8a commit f15839f

File tree

1 file changed

+4
-4
lines changed

1 file changed

+4
-4
lines changed

test/CMakeLists.txt

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -13,10 +13,10 @@ endif()
1313
message(STATUS "Will use ${FANS_N_MPI_PROCESSES} processes for MPI test cases.")
1414

1515
set(FANS_TEST_CASES
16-
LinearThermalIsotropic
17-
LinearElasticIsotropic
18-
PseudoPlasticLinearHardening
19-
VonMisesPlasticLinearIsotropicHardening
16+
J2PLasticity
17+
LinearElastic
18+
LinearThermal
19+
PseudoPlastic
2020
)
2121

2222
list(LENGTH FANS_TEST_CASES N_TESTS)

0 commit comments

Comments
 (0)