Skip to content

Commit

Permalink
Update test names in CMake recipe
Browse files Browse the repository at this point in the history
  • Loading branch information
IshaanDesai committed Sep 20, 2024
1 parent 8c26f8a commit f15839f
Showing 1 changed file with 4 additions and 4 deletions.
8 changes: 4 additions & 4 deletions test/CMakeLists.txt
Original file line number Diff line number Diff line change
Expand Up @@ -13,10 +13,10 @@ endif()
message(STATUS "Will use ${FANS_N_MPI_PROCESSES} processes for MPI test cases.")

set(FANS_TEST_CASES
LinearThermalIsotropic
LinearElasticIsotropic
PseudoPlasticLinearHardening
VonMisesPlasticLinearIsotropicHardening
J2PLasticity
LinearElastic
LinearThermal
PseudoPlastic
)

list(LENGTH FANS_TEST_CASES N_TESTS)
Expand Down

0 comments on commit f15839f

Please sign in to comment.