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
7db2d8f5
Commit
7db2d8f5
authored
May 27, 2017
by
James Willis
Browse files
Updated to include testPeriodicBC.
parent
7b46e9c5
Changes
1
Hide whitespace changes
Inline
Side-by-side
tests/Makefile.am
View file @
7db2d8f5
...
...
@@ -25,7 +25,7 @@ TESTS = testGreetings testMaths testReading.sh testSingle testKernel testSymmetr
testParser.sh testSPHStep test125cells.sh test125cellsPerturbed.sh testFFT
\
testAdiabaticIndex testRiemannExact testRiemannTRRS testRiemannHLLC
\
testMatrixInversion testThreadpool testDump testLogger
\
testVoronoi1D testVoronoi2D testVoronoi3D
testVoronoi1D testVoronoi2D testVoronoi3D
testPeriodicBC.sh
# List of test programs to compile
check_PROGRAMS
=
testGreetings testReading testSingle testTimeIntegration
\
...
...
@@ -34,7 +34,7 @@ check_PROGRAMS = testGreetings testReading testSingle testTimeIntegration \
testSymmetry testThreadpool benchmarkInteractions
\
testAdiabaticIndex testRiemannExact testRiemannTRRS
\
testRiemannHLLC testMatrixInversion testDump testLogger
\
testVoronoi1D testVoronoi2D testVoronoi3D
testVoronoi1D testVoronoi2D testVoronoi3D
testPeriodicBC
# Sources for the individual programs
testGreetings_SOURCES
=
testGreetings.c
...
...
@@ -55,6 +55,8 @@ testPair_SOURCES = testPair.c
test27cells_SOURCES
=
test27cells.c
testPeriodicBC_SOURCES
=
testPeriodicBC.c
test125cells_SOURCES
=
test125cells.c
testParser_SOURCES
=
testParser.c
...
...
@@ -91,7 +93,7 @@ testLogger_SOURCES = testLogger.c
# Files necessary for distribution
EXTRA_DIST
=
testReading.sh makeInput.py testPair.sh testPairPerturbed.sh
\
test27cells.sh test27cellsPerturbed.sh testParser.sh
\
test27cells.sh test27cellsPerturbed.sh testParser.sh
testPeriodicBC.sh
\
test125cells.sh test125cellsPerturbed.sh testParserInput.yaml difffloat.py
\
tolerance_125_normal.dat tolerance_125_perturbed.dat
\
tolerance_27_normal.dat tolerance_27_perturbed.dat
\
...
...
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