Skip to content
GitLab
Projects
Groups
Snippets
/
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in
Toggle navigation
Menu
Open sidebar
SWIFT
SWIFTsim
Commits
1dbf94f3
Commit
1dbf94f3
authored
Dec 18, 2016
by
Pedro Gonnet
Browse files
add testDump to the standard tests.
parent
b2d089e7
Changes
1
Hide whitespace changes
Inline
Side-by-side
tests/Makefile.am
View file @
1dbf94f3
...
...
@@ -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
\
...
...
Write
Preview
Supports
Markdown
0%
Try again
or
attach a new file
.
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment