diff --git a/tests/Makefile.am b/tests/Makefile.am index 136b7ad231947574a5459298e7fb85902028a3f4..1250835853f7521c069f3978f920cabd8f03540b 100644 --- a/tests/Makefile.am +++ b/tests/Makefile.am @@ -25,7 +25,7 @@ TESTS = testGreetings testMaths testReading.sh testSingle testKernel testSymmetr testPair.sh testPairPerturbed.sh test27cells.sh test27cellsPerturbed.sh \ testParser.sh testSPHStep test125cells.sh testKernelGrav testFFT \ testAdiabaticIndex testRiemannExact testRiemannTRRS testRiemannHLLC \ - testMatrixInversion testThreadpool + testMatrixInversion testThreadpool testDump # List of test programs to compile check_PROGRAMS = testGreetings testReading testSingle testTimeIntegration \ @@ -33,7 +33,7 @@ check_PROGRAMS = testGreetings testReading testSingle testTimeIntegration \ testKernel testKernelGrav testFFT testInteractions testMaths \ testSymmetry testThreadpool \ testAdiabaticIndex testRiemannExact testRiemannTRRS \ - testRiemannHLLC testMatrixInversion + testRiemannHLLC testMatrixInversion testDump # Sources for the individual programs testGreetings_SOURCES = testGreetings.c @@ -78,6 +78,8 @@ testMatrixInversion_SOURCES = testMatrixInversion.c testThreadpool_SOURCES = testThreadpool.c +testDump_SOURCES = testDump.c + # Files necessary for distribution EXTRA_DIST = testReading.sh makeInput.py testPair.sh testPairPerturbed.sh \ test27cells.sh test27cellsPerturbed.sh testParser.sh \