]> xenbits.xensource.com Git - osstest/rumprun.git/commitdiff
remember to disable the crypto test
authorAntti Kantee <pooka@iki.fi>
Wed, 11 May 2016 13:38:11 +0000 (13:38 +0000)
committerAntti Kantee <pooka@iki.fi>
Wed, 11 May 2016 13:38:11 +0000 (13:38 +0000)
tests/Makefile
tests/crypto/README [new file with mode: 0644]

index 8e1141a23c3ed48367c5ae77a415a8fe1d823c0d..d4c124d8d4ba5970bab68823cea8ffb2cf896b7f 100644 (file)
@@ -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 (file)
index 0000000..dcf1ad6
--- /dev/null
@@ -0,0 +1,2 @@
+libcrypto is no longer built in rumprun base, so this test
+cannot be automatically run.