Skip to content
Snippets Groups Projects
Commit 1dbf94f3 authored by Pedro Gonnet's avatar Pedro Gonnet
Browse files

add testDump to the standard tests.

parent b2d089e7
No related branches found
No related tags found
1 merge request!297Streaming io
......@@ -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 \
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment