1
0
mirror of https://github.com/paboyle/Grid.git synced 2024-11-09 23:45:36 +00:00

Adding travis to make check

This commit is contained in:
paboyle 2017-05-05 20:42:08 +01:00
parent 751f2b9703
commit db23749b67
3 changed files with 3 additions and 2 deletions

View File

@ -97,6 +97,7 @@ script:
- ../configure --enable-precision=double --enable-simd=SSE4 --enable-comms=none
- make -j4
- ./benchmarks/Benchmark_dwf --threads 1 --debug-signals
- make check
- echo make clean
- if [[ "$TRAVIS_OS_NAME" == "linux" ]]; then ../configure --enable-precision=single --enable-simd=SSE4 --enable-comms=mpi-auto CXXFLAGS='-DMPI_UINT32_T=MPI_UNSIGNED -DMPI_UINT64_T=MPI_UNSIGNED_LONG'; fi
- if [[ "$TRAVIS_OS_NAME" == "linux" ]]; then make -j4; fi

View File

@ -10,7 +10,7 @@ bin_SCRIPTS=grid-config
tests-local: all
bench-local: all
check-local: tests
check-local: all
AM_CXXFLAGS += -I$(top_builddir)/include

View File

@ -2,7 +2,7 @@
include Make.inc
check: all
check: tests
./Test_rect_force
./Test_gp_rect_force
./Test_laplacian_force