Skip to content
Snippets Groups Projects

Fixes for the build system

Merged Sergey Kosukhin requested to merge m300488/distcheck into develop
Files
4
@@ -45,9 +45,9 @@ LDFLAGS="${LDFLAGS}" \
MPI_LAUNCH="${MPI_LAUNCH}" \
PKG_CONFIG_PATH="${YAXT_ROOT}/lib/pkgconfig:${PPM_ROOT}/lib/pkgconfig"
make -j8
make
make -j8 check || { cat tests/test-suite.log; exit 1; }
make check || { cat tests/test-suite.log; exit 1; }
check_all_tests_passed tests/test-suite.log
Loading