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
18ac5a37
Commit
18ac5a37
authored
Jul 25, 2017
by
Peter W. Draper
Browse files
Make SWIFT static library a dependency of all tests, we need to rebuild those after any updates
parent
002c5574
Changes
1
Hide whitespace changes
Inline
Side-by-side
tests/Makefile.am
View file @
18ac5a37
...
...
@@ -37,6 +37,9 @@ check_PROGRAMS = testGreetings testReading testSingle testTimeIntegration \
testRiemannHLLC testMatrixInversion testDump testLogger
\
testVoronoi1D testVoronoi2D testVoronoi3D testPeriodicBC
# Rebuild tests when SWIFT is updated.
$(check_PROGRAMS)
:
../src/.libs/libswiftsim.a
# Sources for the individual programs
testGreetings_SOURCES
=
testGreetings.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