Skip to content
GitLab
Explore
Sign in
Primary navigation
Search or go to…
Project
SWIFTsim
Manage
Activity
Members
Labels
Plan
Issues
Issue boards
Milestones
Wiki
Code
Merge requests
Repository
Branches
Commits
Tags
Repository graph
Compare revisions
Snippets
Deploy
Releases
Model registry
Monitor
Incidents
Analyze
Value stream analytics
Contributor analytics
Repository analytics
Model experiments
Help
Help
Support
GitLab documentation
Compare GitLab plans
Community forum
Contribute to GitLab
Provide feedback
Keyboard shortcuts
?
Snippets
Groups
Projects
Show more breadcrumbs
SWIFT
SWIFTsim
Commits
f16dacca
Commit
f16dacca
authored
8 years ago
by
Matthieu Schaller
Browse files
Options
Downloads
Plain Diff
Merge branch 'master' into gravity_multi_dt
parents
c6424145
bd9b222b
Branches
Branches containing commit
Tags
Tags containing commit
1 merge request
!328
Gravity multi dt
Changes
1
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
tests/Makefile.am
+7
-9
7 additions, 9 deletions
tests/Makefile.am
with
7 additions
and
9 deletions
tests/Makefile.am
+
7
−
9
View file @
f16dacca
...
...
@@ -25,9 +25,8 @@ 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
\
...
...
@@ -35,9 +34,8 @@ 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
...
...
@@ -82,11 +80,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
...
...
This diff is collapsed.
Click to expand it.
Preview
0%
Loading
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!
Save comment
Cancel
Please
register
or
sign in
to comment