]> xenbits.xensource.com Git - people/liuw/rumprun.git/commitdiff
descend into crypto
authorAntti Kantee <pooka@iki.fi>
Thu, 30 Apr 2015 16:01:27 +0000 (16:01 +0000)
committerAntti Kantee <pooka@iki.fi>
Thu, 30 Apr 2015 16:01:27 +0000 (16:01 +0000)
tests/Makefile

index 5d99310d8adf65c747c58c33123e7c76ffed5ec7..a26249221aff4a1a8885b9718fd1f59c4321bdd9 100644 (file)
@@ -2,9 +2,11 @@
 all-tests:
        $(MAKE) -C hello
        $(MAKE) -C basic
+       $(MAKE) -C crypto
 
 .PHONY: clean
 clean:
        $(MAKE) -C hello clean
        $(MAKE) -C basic clean
+       $(MAKE) -C crypto clean
        [ ! -f configure/Makefile ] || $(MAKE) -C configure distclean