diff --git a/tests/Makefile.am b/tests/Makefile.am index 93a1475363c95850502e4b3d21fa6481fdf09cda..461ed6be5f3740597bd2e8c4469fa82051c21769 100644 --- a/tests/Makefile.am +++ b/tests/Makefile.am @@ -23,7 +23,7 @@ AM_LDFLAGS = ../src/.libs/libswiftsim.a $(HDF5_LDFLAGS) $(HDF5_LIBS) $(FFTW_LIBS TESTS = testGreetings testMaths testReading.sh testKernel \ testActivePair.sh test27cells.sh test27cellsPerturbed.sh \ testParser.sh test125cells.sh test125cellsPerturbed.sh testFFT \ - testAdiabaticIndex testRandomSpacing \ + testAdiabaticIndex testRandom testRandomSpacing \ testMatrixInversion testThreadpool testDump testLogger testInteractions.sh \ testVoronoi1D testVoronoi2D testVoronoi3D testGravityDerivatives \ testPeriodicBC.sh testPeriodicBCPerturbed.sh testPotentialSelf \