From b0b29df10764cecee365815476d83641e668b408 Mon Sep 17 00:00:00 2001 From: Luke Shumaker Date: Mon, 27 May 2013 01:32:55 -0400 Subject: Add (roundup-based) unit-test framework, tests for pkgbuild-check-nonfree --- Makefile | 2 ++ 1 file changed, 2 insertions(+) (limited to 'Makefile') 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 $* -- cgit v1.2.2