Skip to content

Commit

Permalink
Resolve Codacy-detected error for builds with test
Browse files Browse the repository at this point in the history
  • Loading branch information
LSchwiebert committed Mar 28, 2024
1 parent 0bc3977 commit 8173bdd
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions metamake.sh
Original file line number Diff line number Diff line change
Expand Up @@ -192,15 +192,15 @@ else
TESTENS=""
for ENS in $ENSEMBLES
do
TESTENS+="GOMC_"$ENS"_MPI_Test "
TESTENS+="GOMC_$ENS_MPI_Test "
done
ENSEMBLES+=$TESTENS
CMAKEARGS+="-DGOMC_GTEST_MPI=on "
else
TESTENS=""
for ENS in $ENSEMBLES
do
TESTENS+="GOMC_"$ENS"_Test "
TESTENS+="GOMC_$ENS_Test "
done
ENSEMBLES+=$TESTENS
CMAKEARGS+="-DGOMC_GTEST=on "
Expand Down

0 comments on commit 8173bdd

Please sign in to comment.