Make test.
authorFlorent Bruneau <florent.bruneau@polytechnique.org>
Tue, 9 Mar 2010 21:45:55 +0000 (22:45 +0100)
committerFlorent Bruneau <florent.bruneau@polytechnique.org>
Tue, 9 Mar 2010 21:46:04 +0000 (22:46 +0100)
Signed-off-by: Florent Bruneau <florent.bruneau@polytechnique.org>
Makefile
core

index dd60907..aecab8c 100644 (file)
--- a/Makefile
+++ b/Makefile
@@ -31,6 +31,9 @@ build: core conf static banana wiki openid medals jquery
 check:
        @!(find . -name '*.php' -exec php -l {} ";" | grep -v 'No syntax errors detected')
 
+test:
+       make -C core test
+
 q:
        @echo -e "Code statistics\n"
        @sloccount $(filter-out wiki/ spool/, $(wildcard */)) 2> /dev/null | egrep '^[a-z]*:'
@@ -203,5 +206,5 @@ $(JQUERY_UI_PATHES): htdocs/javascript/jquery.ui.%.js: htdocs/javascript/jquery.
 
 ################################################################################
 
-.PHONY: build dist clean core wiki build-wiki banana htdocs/images/banana htdocs/css/banana.css include/banana/banana.inc.php http* check
+.PHONY: build dist clean core wiki build-wiki banana htdocs/images/banana htdocs/css/banana.css include/banana/banana.inc.php http* check test
 
diff --git a/core b/core
index 55e0360..ee25884 160000 (submodule)
--- a/core
+++ b/core
@@ -1 +1 @@
-Subproject commit 55e0360da3728c21aaaa687119b3842d658a27e2
+Subproject commit ee25884c19fbb161a0df89842f9a85c7c686b255