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

Fixed the SPH time_integration and vectorize tests

parent 95fa1a36
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 ...@@ -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) AM_LDFLAGS = ../src/.libs/libswiftsim.a $(HDF5_LDFLAGS) $(HDF5_LIBS)
# List of programs and scripts to run in the test suite # List of programs and scripts to run in the test suite
TESTS = testGreetings testReading.sh testSingle testTimeIntegration testVectorize TESTS = testGreetings testReading.sh testSingle testTimeIntegration
# List of test programs to compile # List of test programs to compile
check_PROGRAMS = testGreetings testReading testSingle testTimeIntegration testSPHStep testVectorize 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