summaryrefslogtreecommitdiff
path: root/test
diff options
context:
space:
mode:
authorManoloFLTK <41016272+ManoloFLTK@users.noreply.github.com>2023-05-10 14:41:48 +0200
committerManoloFLTK <41016272+ManoloFLTK@users.noreply.github.com>2023-05-10 14:41:48 +0200
commit4fb18ffbddfb1c6e5b90e42e6bfcd79117597f90 (patch)
tree19a4868e1e75ffd77edae78eaeb8ff07e5ca790d /test
parenta4c6c18b3dc3ed11b3aca19df37ef094a19fe025 (diff)
Fix "Provide --without-fluid configure option" - cont'd (#725)
Diffstat (limited to 'test')
-rw-r--r--test/Makefile5
1 files changed, 3 insertions, 2 deletions
diff --git a/test/Makefile b/test/Makefile
index fc1c8a003..f1187caf5 100644
--- a/test/Makefile
+++ b/test/Makefile
@@ -243,8 +243,9 @@ GLALL = \
unittests$(EXEEXT)
all: $(ALL) $(GLDEMOS)
-
-allfluid: $(ALLFLUID)
+ for dir in $(FLUIDDIR); do\
+ $(MAKE) $(MFLAGS) $(ALLFLUID);\
+ done
gldemos: $(GLALL)