[hackers] [scc] Makefile: add a tests target || Quentin Rameau
commit 396acbfb178cf1d4b38a84eafc56ed7234fb189c
Author: Quentin Rameau <quinq_AT_fifth.space>
AuthorDate: Tue Jan 24 14:28:29 2017 +0100
Commit: Quentin Rameau <quinq_AT_fifth.space>
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
_AT_@ -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/
Received on Tue Jan 24 2017 - 15:33:25 CET
This archive was generated by hypermail 2.3.0
: Tue Jan 24 2017 - 15:36:18 CET