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 +