From: Alan T. DeKok Date: Tue, 5 Nov 2019 22:03:11 +0000 (-0500) Subject: use TESTBIN which has all of the magic necessary for jlibtool X-Git-Url: http://git.ipfire.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=10d90e1cc6d0d9f0ce7d157e902b5beaa50106be;p=thirdparty%2Ffreeradius-server.git use TESTBIN which has all of the magic necessary for jlibtool --- diff --git a/src/tests/map/all.mk b/src/tests/map/all.mk index ee463dafe5e..b2ff0ae0c51 100644 --- a/src/tests/map/all.mk +++ b/src/tests/map/all.mk @@ -18,7 +18,7 @@ FILES := \ $(eval $(call TEST_BOOTSTRAP)) -MAP_UNIT := $(TESTBINDIR)/unit_test_map +MAP_UNIT := $(TESTBIN)/unit_test_map # # Re-run the tests if the input file changes