Copy rather than symlink the test data.

This is needed because Windows doesn't support symlinks.

The Cygwin/MinGW build now passes "make test".
This commit is contained in:
Ulf Möller 2003-02-22 22:19:48 +00:00
parent c8c5cec1f9
commit b4f43344d5

View file

@ -70,7 +70,7 @@ links:
@$(TOP)/util/point.sh Makefile.ssl Makefile
@$(PERL) $(TOP)/util/mklink.pl ../../include/openssl $(EXHEADER)
@$(PERL) $(TOP)/util/mklink.pl ../../test $(TEST)
@$(PERL) $(TOP)/util/mklink.pl ../../test $(TESTDATA)
cp $(TESTDATA) ../../test
@$(PERL) $(TOP)/util/mklink.pl ../../apps $(APPS)
install: