diff --git a/tests/Makefile.am b/tests/Makefile.am index 7dcabd8f3e35963e5fd6331994791dccc2a94c1b..cadb2e722071cd87d78fd2916e904190af28ce2a 100644 --- a/tests/Makefile.am +++ b/tests/Makefile.am @@ -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