From 0923e2172c6140bf5a77b116bc7f32f03801cf92 Mon Sep 17 00:00:00 2001 From: Ed Hartnett Date: Thu, 14 Mar 2019 06:35:05 -0600 Subject: [PATCH] more work on travis build --- .travis.yml | 6 ++++-- 1 file changed, 4 insertions(+), 2 deletions(-) diff --git a/.travis.yml b/.travis.yml index a4c4323de21..9d907dc9ef4 100644 --- a/.travis.yml +++ b/.travis.yml @@ -35,7 +35,9 @@ script: - cd build - cmake -DPIO_HDF5_LOGGING=On -DPIO_USE_MALLOC=On -DPIO_ENABLE_LOGGING=On -DWITH_PNETCDF=Off -DPIO_ENABLE_TIMING=Off .. - make VERBOSE=1 - - make test VERBOSE=1 - - make clean VERBOSE=1 + - make tests VERBOSE=1 + - cd tests/cunit + - mpiexec -n 4 ./test_darray +