Make libtests depend on qpdf

We need to run qpdf --show-crypto.
This commit is contained in:
Jay Berkenbilt 2020-10-24 17:19:25 -04:00
parent fd13fe74ef
commit 026330ebcd
2 changed files with 2 additions and 2 deletions

View File

@ -35,7 +35,7 @@
# install to install in a separate location. This is useful for
# packagers.
BUILD_ITEMS := manual libqpdf zlib-flate libtests qpdf fuzz examples
BUILD_ITEMS := manual libqpdf qpdf zlib-flate libtests fuzz examples
OUTPUT_DIR = build
ALL_TARGETS =

View File

@ -29,7 +29,7 @@ BINS_libtests = \
TARGETS_libtests = $(foreach B,$(BINS_libtests),libtests/$(OUTPUT_DIR)/$(call binname,$(B)))
$(TARGETS_libtests): $(TARGETS_libqpdf)
$(TARGETS_libtests): $(TARGETS_libqpdf) $(TARGETS_qpdf)
INCLUDES_libtests = include libqpdf