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
ab6d8549
Commit
ab6d8549
authored
Mar 23, 2017
by
Matthieu Schaller
Browse files
Do not compile or run the voronoi tests in the test suite for now.
parent
e9295f04
Changes
1
Hide whitespace changes
Inline
Side-by-side
tests/Makefile.am
View file @
ab6d8549
...
...
@@ -25,8 +25,9 @@ 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 testDump testLogger
\
testVoronoi1D testVoronoi2D testVoronoi3D
testMatrixInversion testThreadpool testDump testLogger
#testVoronoi1D testVoronoi2D testVoronoi3D
# List of test programs to compile
check_PROGRAMS
=
testGreetings testReading testSingle testTimeIntegration
\
...
...
@@ -34,8 +35,9 @@ check_PROGRAMS = testGreetings testReading testSingle testTimeIntegration \
testKernel testKernelGrav testFFT testInteractions testMaths
\
testSymmetry testThreadpool benchmarkInteractions
\
testAdiabaticIndex testRiemannExact testRiemannTRRS
\
testRiemannHLLC testMatrixInversion testDump testLogger
\
testVoronoi1D testVoronoi2D testVoronoi3D
testRiemannHLLC testMatrixInversion testDump testLogger
#testVoronoi1D testVoronoi2D testVoronoi3D
# Sources for the individual programs
testGreetings_SOURCES
=
testGreetings.c
...
...
@@ -80,11 +82,11 @@ testRiemannHLLC_SOURCES = testRiemannHLLC.c
testMatrixInversion_SOURCES
=
testMatrixInversion.c
testVoronoi1D_SOURCES
=
testVoronoi1D.c
#
testVoronoi1D_SOURCES = testVoronoi1D.c
testVoronoi2D_SOURCES
=
testVoronoi2D.c
#
testVoronoi2D_SOURCES = testVoronoi2D.c
testVoronoi3D_SOURCES
=
testVoronoi3D.c
#
testVoronoi3D_SOURCES = testVoronoi3D.c
testThreadpool_SOURCES
=
testThreadpool.c
...
...
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