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:
parent
751f2b9703
commit
db23749b67
@ -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
|
||||
|
@ -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
|
||||
|
||||
|
@ -2,7 +2,7 @@
|
||||
|
||||
include Make.inc
|
||||
|
||||
check: all
|
||||
check: tests
|
||||
./Test_rect_force
|
||||
./Test_gp_rect_force
|
||||
./Test_laplacian_force
|
||||
|
Loading…
Reference in New Issue
Block a user