Skip to content

Commit

Permalink
Add minizip testing to Makefile.
Browse files Browse the repository at this point in the history
  • Loading branch information
madler committed Aug 3, 2023
1 parent be7aa11 commit 2bcc748
Showing 1 changed file with 7 additions and 1 deletion.
8 changes: 7 additions & 1 deletion Makefile.in
Original file line number Diff line number Diff line change
Expand Up @@ -359,8 +359,14 @@ zconf.h.cmakein: $(SRCDIR)zconf.h.in
zconf: $(SRCDIR)zconf.h.in
cp -p $(SRCDIR)zconf.h.in zconf.h

minizip-test: static
CFLAGS="$(CFLAGS)" make -C contrib/minizip test

minizip-clean:
make -C contrib/minizip clean

mostlyclean: clean
clean:
clean: minizip-clean
rm -f *.o *.lo *~ \
example$(EXE) minigzip$(EXE) examplesh$(EXE) minigzipsh$(EXE) \
example64$(EXE) minigzip64$(EXE) \
Expand Down

0 comments on commit 2bcc748

Please sign in to comment.