]> git.ipfire.org Git - thirdparty/freeradius-server.git/commitdiff
Depend on the dictionary
authorAlan T. DeKok <aland@freeradius.org>
Mon, 15 Jun 2015 15:42:53 +0000 (11:42 -0400)
committerAlan T. DeKok <aland@freeradius.org>
Mon, 15 Jun 2015 15:42:53 +0000 (11:42 -0400)
src/tests/unit/all.mk

index d54a0ce708eae75bf7eec353b24c4185c25d0091..3b5b9c2d712bb08d7a0dd7b3c8d273cd8f7184dd 100644 (file)
@@ -33,7 +33,7 @@ $(BUILD_DIR)/share/dictionary: $(top_srcdir)/share/dictionary $(top_srcdir)/shar
 #
 #  Files in the output dir depend on the unit tests
 #
-$(BUILD_DIR)/tests/unit/%: $(DIR)/% $(TESTBINDIR)/radattr $(BUILD_DIR)/share | $(BUILD_DIR)/tests/unit
+$(BUILD_DIR)/tests/unit/%: $(DIR)/% $(TESTBINDIR)/radattr $(BUILD_DIR)/share/dictionary | $(BUILD_DIR)/tests/unit
        @echo UNIT-TEST $(notdir $@)
        @if ! $(TESTBIN)/radattr -D $(BUILD_DIR)/share $<; then \
                echo "$(TESTBIN)/radattr -D $(BUILD_DIR)/share $<"; \