]> git.cameronkatri.com Git - cgit.git/blobdiff - Makefile
Create initial testsuite
[cgit.git] / Makefile
index 685e662cebf0398f5d461fc31ecf16b35a4ef89f..72c189c6da5153a8703b6b9ec4f09f0afc7b3b19 100644 (file)
--- a/Makefile
+++ b/Makefile
@@ -24,7 +24,7 @@ ifdef NEEDS_LIBICONV
 endif
 
 
-.PHONY: all git install clean distclean emptycache force-version get-git
+.PHONY: all git test install clean distclean emptycache force-version get-git
 
 all: cgit git
 
@@ -54,6 +54,9 @@ git:
        cd git && $(MAKE) xdiff/lib.a
        cd git && $(MAKE) libgit.a
 
+test: all
+       $(MAKE) -C tests
+
 install: all
        mkdir -p $(DESTDIR)$(CGIT_SCRIPT_PATH)
        install cgit $(DESTDIR)$(CGIT_SCRIPT_PATH)/$(CGIT_SCRIPT_NAME)