Don't define OPENSSL_ENGINES in test recipes, do it in Makefiles instead
[openssl.git] / Configurations / descrip.mms.tmpl
index 294c422f9f800becee065009a888060c0ca65921..512b8e5a0823500f467b714a9f7ea3170337e660 100644 (file)
@@ -224,7 +224,9 @@ test tests : configdata.pm, -
         SET DEFAULT [.test]{- move("test") -}
         DEFINE SRCTOP {- sourcedir() -}
         DEFINE BLDTOP {- builddir() -}
+        DEFINE OPENSSL_ENGINES {- builddir("engines") -}
         $(PERL) {- sourcefile("test", "run_tests.pl") -} $(TESTS)
+        DEASSIGN OPENSSL_ENGINES
         DEASSIGN BLDTOP
         DEASSIGN SRCTOP
         SET DEFAULT [-]{- move("..") -}