Build: Make 'test' depend on 'tests'
[openssl.git] / Configurations / windows-makefile.tmpl
index 0c043a098efb2630e2bb91077cfdd6194f8db116..c3233eeb08558dafd923003a3b14864e81e6422b 100644 (file)
@@ -138,7 +138,8 @@ build_apps_nodep: $(PROGRAMS) $(SCRIPTS)
 build_tests: configdata.pm build_tests_nodep depend
 build_tests_nodep: $(TESTPROGS)
 
-test tests: build_tests_nodep build_apps_nodep build_engines_nodep depend
+test: tests
+tests: build_tests_nodep build_apps_nodep build_engines_nodep depend
        @rem {- output_off() if $disabled{tests}; "" -}
        set SRCTOP=$(SRCDIR)
        set BLDTOP=$(BLDDIR)