Skip to content
Snippets Groups Projects

Make SWIFT static library a dependency of all tests

Merged Peter W. Draper requested to merge make-check-deps into master
+ 3
0
Compare changes
  • Side-by-side
  • Inline
+ 3
0
@@ -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
Loading