mirror of
https://github.com/paboyle/Grid.git
synced 2025-04-11 14:40:46 +01: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
|
- ../configure --enable-precision=double --enable-simd=SSE4 --enable-comms=none
|
||||||
- make -j4
|
- make -j4
|
||||||
- ./benchmarks/Benchmark_dwf --threads 1 --debug-signals
|
- ./benchmarks/Benchmark_dwf --threads 1 --debug-signals
|
||||||
|
- make check
|
||||||
- echo make clean
|
- 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 ../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
|
- if [[ "$TRAVIS_OS_NAME" == "linux" ]]; then make -j4; fi
|
||||||
|
@ -10,7 +10,7 @@ bin_SCRIPTS=grid-config
|
|||||||
|
|
||||||
tests-local: all
|
tests-local: all
|
||||||
bench-local: all
|
bench-local: all
|
||||||
check-local: tests
|
check-local: all
|
||||||
|
|
||||||
AM_CXXFLAGS += -I$(top_builddir)/include
|
AM_CXXFLAGS += -I$(top_builddir)/include
|
||||||
|
|
||||||
|
@ -2,7 +2,7 @@
|
|||||||
|
|
||||||
include Make.inc
|
include Make.inc
|
||||||
|
|
||||||
check: all
|
check: tests
|
||||||
./Test_rect_force
|
./Test_rect_force
|
||||||
./Test_gp_rect_force
|
./Test_gp_rect_force
|
||||||
./Test_laplacian_force
|
./Test_laplacian_force
|
||||||
|
Loading…
x
Reference in New Issue
Block a user