Don't define OPENSSL_ENGINES in test recipes, do it in Makefiles instead
[openssl.git] / test / Makefile.in
index 313ff6fec2efa2e4b6fe38baaf510493de97228c..be4f0623f51ed9a3150e3b06b344ec6c63f52114 100644 (file)
@@ -160,7 +160,8 @@ $(SRC):
        @sh $(TOP)/util/point.sh dummytest.c $@
 
 tests: exe apps
-       TOP=$(TOP) PERL=$(PERL) $(PERL) run_tests.pl $(TESTS)
+       OPENSSL_ENGINES=../engines TOP=$(TOP) PERL=$(PERL) \
+               $(PERL) run_tests.pl $(TESTS)
 
 errors: