Skip to content
Snippets Groups Projects
Commit 18ac5a37 authored by Peter W. Draper's avatar Peter W. Draper
Browse files

Make SWIFT static library a dependency of all tests, we need to rebuild those after any updates

parent 002c5574
No related branches found
No related tags found
1 merge request!376Make SWIFT static library a dependency of all tests
......@@ -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
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment