summaryrefslogtreecommitdiff
path: root/Makefile
diff options
context:
space:
mode:
authorLuke Shumaker <LukeShu@sbcglobal.net>2013-05-27 01:32:55 -0400
committerLuke Shumaker <LukeShu@sbcglobal.net>2013-05-27 01:32:55 -0400
commitb0b29df10764cecee365815476d83641e668b408 (patch)
treea209aabcda0c925b05f9a745679492dc35452bbf /Makefile
parentf6ccc7caa1d80c7a2fcc6486f872d54468d265dc (diff)
Add (roundup-based) unit-test framework, tests for pkgbuild-check-nonfree
Diffstat (limited to 'Makefile')
-rw-r--r--Makefile2
1 files changed, 2 insertions, 0 deletions
diff --git a/Makefile b/Makefile
index e5b38b1..928878b 100644
--- a/Makefile
+++ b/Makefile
@@ -26,6 +26,8 @@ libretools-mips64el=mips64el-tools
all: PHONY build
build: PHONY build-libretools build-doc
install: PHONY install-libretools install-doc
+check:
+ @cd test && ./runtests
%-doc: PHONY doc
$(MAKE) -C doc $*