Skip to content

Commit 7fb504b

Browse files
committed
enable dev and unit tests in GitLab CI
1 parent 935d6a4 commit 7fb504b

File tree

1 file changed

+6
-0
lines changed

1 file changed

+6
-0
lines changed

.gitlab/build_and_test.sh

Lines changed: 6 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -175,6 +175,9 @@ then
175175
$cmake_exe \
176176
-C "${hostconfig_path}" \
177177
-DCMAKE_INSTALL_PREFIX=${install_dir} \
178+
-DSUNDIALS_TEST_ENABLE_DEV_TESTS=ON \
179+
-DSUNDIALS_TEST_ENABLE_DIFF_OUTPUT=OFF \
180+
-DSUNDIALS_TEST_ENABLE_UNIT_TESTS=ON \
178181
-DMPIEXEC_EXECUTABLE=$(which $MPIEXEC_EXECUTABLE) \
179182
-DMPIEXEC_PREFLAGS=${MPIEXEC_PREFLAGS} \
180183
-DMPIEXEC_POSTFLAGS=${MPIEXEC_POSTFLAGS} \
@@ -186,6 +189,9 @@ then
186189
$cmake_exe \
187190
-C "${hostconfig_path}" \
188191
-DCMAKE_INSTALL_PREFIX=${install_dir} \
192+
-DSUNDIALS_TEST_ENABLE_DEV_TESTS=ON \
193+
-DSUNDIALS_TEST_ENABLE_DIFF_OUTPUT=OFF \
194+
-DSUNDIALS_TEST_ENABLE_UNIT_TESTS=ON \
189195
-DMPIEXEC_EXECUTABLE=$(which $MPIEXEC_EXECUTABLE) \
190196
-DMPIEXEC_PREFLAGS=${MPIEXEC_PREFLAGS} \
191197
-DMPIEXEC_POSTFLAGS=${MPIEXEC_POSTFLAGS} \

0 commit comments

Comments
 (0)