commit 396acbfb178cf1d4b38a84eafc56ed7234fb189c
Author:     Quentin Rameau <[email protected]>
AuthorDate: Tue Jan 24 14:28:29 2017 +0100
Commit:     Quentin Rameau <[email protected]>
CommitDate: Tue Jan 24 14:28:29 2017 +0100

    Makefile: add a tests target

diff --git a/Makefile b/Makefile
index a755a69..225c505 100644
--- a/Makefile
+++ b/Makefile
@@ -28,6 +28,9 @@ $(ARCHS): bin
 bin:
        mkdir -p bin
 
+tests: all
+       cd tests/execute && $(MAKE) -e tests
+
 install: all
        mkdir -p $(PREFIX)/libexec/scc/
        mkdir -p $(PREFIX)/bin/

Reply via email to