Skip to content
Snippets Groups Projects
Commit 95fa1a36 authored by Matthieu Schaller's avatar Matthieu Schaller
Browse files

Fixed the SPH time_integration and vectorize tests

parent 2d6f3198
No related branches found
No related tags found
2 merge requests!136Master,!93Missing files and other small bugs
......@@ -21,7 +21,7 @@ AM_CFLAGS = -I../src -DCPU_TPS=2.67e9 $(HDF5_CPPFLAGS) -DTIMER
AM_LDFLAGS = ../src/.libs/libswiftsim.a $(HDF5_LDFLAGS) $(HDF5_LIBS)
# List of programs and scripts to run in the test suite
TESTS = testGreetings testReading.sh testSingle testTimeIntegration
TESTS = testGreetings testReading.sh testSingle testTimeIntegration testVectorize
# List of test programs to compile
check_PROGRAMS = testGreetings testReading testSingle testTimeIntegration testSPHStep testVectorize
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment