diff options
Diffstat (limited to 'test/Makefile')
| -rw-r--r-- | test/Makefile | 5 |
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) |
