From fd48ab5f05b7d9920ced3f6c8059174934378947 Mon Sep 17 00:00:00 2001 From: Florent Bruneau Date: Tue, 9 Mar 2010 22:45:55 +0100 Subject: [PATCH] Make test. Signed-off-by: Florent Bruneau --- Makefile | 5 ++++- core | 2 +- 2 files changed, 5 insertions(+), 2 deletions(-) diff --git a/Makefile b/Makefile index dd60907..aecab8c 100644 --- 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 --- a/core +++ b/core @@ -1 +1 @@ -Subproject commit 55e0360da3728c21aaaa687119b3842d658a27e2 +Subproject commit ee25884c19fbb161a0df89842f9a85c7c686b255 -- 2.1.4