Skip to content
Snippets Groups Projects
Commit 7db2d8f5 authored by James Willis's avatar James Willis
Browse files

Updated to include testPeriodicBC.

parent 7b46e9c5
No related branches found
No related tags found
1 merge request!350Test periodic bc
...@@ -25,7 +25,7 @@ TESTS = testGreetings testMaths testReading.sh testSingle testKernel testSymmetr ...@@ -25,7 +25,7 @@ TESTS = testGreetings testMaths testReading.sh testSingle testKernel testSymmetr
testParser.sh testSPHStep test125cells.sh test125cellsPerturbed.sh testFFT \ testParser.sh testSPHStep test125cells.sh test125cellsPerturbed.sh testFFT \
testAdiabaticIndex testRiemannExact testRiemannTRRS testRiemannHLLC \ testAdiabaticIndex testRiemannExact testRiemannTRRS testRiemannHLLC \
testMatrixInversion testThreadpool testDump testLogger \ testMatrixInversion testThreadpool testDump testLogger \
testVoronoi1D testVoronoi2D testVoronoi3D testVoronoi1D testVoronoi2D testVoronoi3D testPeriodicBC.sh
# List of test programs to compile # List of test programs to compile
check_PROGRAMS = testGreetings testReading testSingle testTimeIntegration \ check_PROGRAMS = testGreetings testReading testSingle testTimeIntegration \
...@@ -34,7 +34,7 @@ check_PROGRAMS = testGreetings testReading testSingle testTimeIntegration \ ...@@ -34,7 +34,7 @@ check_PROGRAMS = testGreetings testReading testSingle testTimeIntegration \
testSymmetry testThreadpool benchmarkInteractions \ testSymmetry testThreadpool benchmarkInteractions \
testAdiabaticIndex testRiemannExact testRiemannTRRS \ testAdiabaticIndex testRiemannExact testRiemannTRRS \
testRiemannHLLC testMatrixInversion testDump testLogger \ testRiemannHLLC testMatrixInversion testDump testLogger \
testVoronoi1D testVoronoi2D testVoronoi3D testVoronoi1D testVoronoi2D testVoronoi3D testPeriodicBC
# Sources for the individual programs # Sources for the individual programs
testGreetings_SOURCES = testGreetings.c testGreetings_SOURCES = testGreetings.c
...@@ -55,6 +55,8 @@ testPair_SOURCES = testPair.c ...@@ -55,6 +55,8 @@ testPair_SOURCES = testPair.c
test27cells_SOURCES = test27cells.c test27cells_SOURCES = test27cells.c
testPeriodicBC_SOURCES = testPeriodicBC.c
test125cells_SOURCES = test125cells.c test125cells_SOURCES = test125cells.c
testParser_SOURCES = testParser.c testParser_SOURCES = testParser.c
...@@ -91,7 +93,7 @@ testLogger_SOURCES = testLogger.c ...@@ -91,7 +93,7 @@ testLogger_SOURCES = testLogger.c
# Files necessary for distribution # Files necessary for distribution
EXTRA_DIST = testReading.sh makeInput.py testPair.sh testPairPerturbed.sh \ 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 \ test125cells.sh test125cellsPerturbed.sh testParserInput.yaml difffloat.py \
tolerance_125_normal.dat tolerance_125_perturbed.dat \ tolerance_125_normal.dat tolerance_125_perturbed.dat \
tolerance_27_normal.dat tolerance_27_perturbed.dat \ tolerance_27_normal.dat tolerance_27_perturbed.dat \
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment