diff options
author | Luke Shumaker <LukeShu@sbcglobal.net> | 2013-05-27 01:32:55 -0400 |
---|---|---|
committer | Luke Shumaker <LukeShu@sbcglobal.net> | 2013-05-27 01:32:55 -0400 |
commit | b0b29df10764cecee365815476d83641e668b408 (patch) | |
tree | a209aabcda0c925b05f9a745679492dc35452bbf /Makefile | |
parent | f6ccc7caa1d80c7a2fcc6486f872d54468d265dc (diff) |
Add (roundup-based) unit-test framework, tests for pkgbuild-check-nonfree
Diffstat (limited to 'Makefile')
-rw-r--r-- | Makefile | 2 |
1 files changed, 2 insertions, 0 deletions
@@ -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 $* |