"Dr. Stephen Henson" <st...@openssl.org> writes: > This is a deliberate change to separate the module building from the test > utility building. Now you need an explicit command: > > make build_tests > > The README.FIPS file was updated to mention this.
It would be handy to have an 'install_tests' make target as well. Something like the attached patch. Also, do all the tests have to be that big? (We need to run them on target, with limited space available.)
make: Entering directory `/data/btrfs/os/make/saturn/ppc/extra' diff -urN openssl-fips-2.0-test-20110925.orig/test/Makefile openssl-fips-2.0-test-20110925.new/test/Makefile --- openssl-fips-2.0-test-20110925.orig/test/Makefile 2011-09-05 12:00:09.000000000 +0200 +++ openssl-fips-2.0-test-20110925.new/test/Makefile 2011-10-27 11:17:05.893313748 +0200 @@ -150,6 +150,10 @@ fipsexe: $(FIPSEXE) +install_tests: $(FIPSEXE) + mkdir -p $(INSTALL_PREFIX)$(INSTALLTOP)/test + cp $(FIPSEXE) $(INSTALL_PREFIX)$(INSTALLTOP)/test/ + files: $(PERL) $(TOP)/util/files.pl Makefile >> $(TOP)/MINFO make: Leaving directory `/data/btrfs/os/make/saturn/ppc/extra'
-- Henrik Grindal Bakken <h...@ifi.uio.no> PGP ID: 8D436E52 Fingerprint: 131D 9590 F0CF 47EF 7963 02AF 9236 D25A 8D43 6E52