From: Antti Kantee Date: Wed, 11 May 2016 13:38:11 +0000 (+0000) Subject: remember to disable the crypto test X-Git-Url: http://xenbits.xensource.com/gitweb?a=commitdiff_plain;h=8e5d9013a87d4d750e7a9114c15f9f5adec8fe9c;p=osstest%2Frumprun.git remember to disable the crypto test --- diff --git a/tests/Makefile b/tests/Makefile index 8e1141a..d4c124d 100644 --- a/tests/Makefile +++ b/tests/Makefile @@ -2,7 +2,6 @@ all-tests: $(MAKE) -C hello $(MAKE) -C basic - $(MAKE) -C crypto .PHONY: kernonly-tests kernonly-tests: @@ -12,6 +11,5 @@ kernonly-tests: clean: $(MAKE) -C hello clean $(MAKE) -C basic clean - $(MAKE) -C crypto clean $(MAKE) -C nolibc clean [ ! -f configure/Makefile ] || $(MAKE) -C configure distclean diff --git a/tests/crypto/README b/tests/crypto/README new file mode 100644 index 0000000..dcf1ad6 --- /dev/null +++ b/tests/crypto/README @@ -0,0 +1,2 @@ +libcrypto is no longer built in rumprun base, so this test +cannot be automatically run.