]> pilppa.org Git - uci.git/blobdiff - Makefile
Adds a unit test framework based on shunit2
[uci.git] / Makefile
index d16a987d058543db31205730cc066e3612d4a683..1016facbfd6fdf62d001626b767337ff536272db 100644 (file)
--- a/Makefile
+++ b/Makefile
@@ -61,5 +61,8 @@ install: all
        ln -sf $(SHLIB_FILE) $(DESTDIR)$(prefix)/lib/libuci.$(SHLIB_EXT)
        $(INSTALL) -m0755 uci $(DESTDIR)/usr/bin/
 
+test: all
+       make -C test
+
 FORCE: ;
 .PHONY: FORCE