[maemo-commits] [maemo-commits] r16261 - projects/haf/trunk/sapwood

From: subversion at stage.maemo.org subversion at stage.maemo.org
Date: Mon Sep 29 14:13:51 EEST 2008
Author: herzi
Date: 2008-09-29 14:13:48 +0300 (Mon, 29 Sep 2008)
New Revision: 16261

Modified:
   projects/haf/trunk/sapwood/ChangeLog
   projects/haf/trunk/sapwood/Makefile.decl
Log:
2008-09-29  Sven Herzberg  <sven at imendio.com>

	Respect TESTS_ENVIRONMENT as "make check" usually does

	* Makefile.decl: added TESTS_ENVIRONMENT to the test invocation


Modified: projects/haf/trunk/sapwood/ChangeLog
===================================================================
--- projects/haf/trunk/sapwood/ChangeLog	2008-09-29 11:13:43 UTC (rev 16260)
+++ projects/haf/trunk/sapwood/ChangeLog	2008-09-29 11:13:48 UTC (rev 16261)
@@ -1,5 +1,11 @@
 2008-09-29  Sven Herzberg  <sven at imendio.com>
 
+	Respect TESTS_ENVIRONMENT as "make check" usually does
+
+	* Makefile.decl: added TESTS_ENVIRONMENT to the test invocation
+
+2008-09-29  Sven Herzberg  <sven at imendio.com>
+
 	Added the first testcase
 
 	* tests/Makefile.am,

Modified: projects/haf/trunk/sapwood/Makefile.decl
===================================================================
--- projects/haf/trunk/sapwood/Makefile.decl	2008-09-29 11:13:43 UTC (rev 16260)
+++ projects/haf/trunk/sapwood/Makefile.decl	2008-09-29 11:13:48 UTC (rev 16261)
@@ -33,7 +33,7 @@
 # test: run all tests in cwd and subdirs
 test:	${TEST_PROGS}
 	@$(SKIP_GDKTARGET) || test -z "${TEST_PROGS}" || { \
-	  $(XVFB_START) && { set -e; ${GTESTER} --verbose ${TEST_PROGS}; }; \
+	  $(XVFB_START) && { set -e; $(TESTS_ENVIRONMENT) ${GTESTER} --verbose ${TEST_PROGS}; }; \
 	}
 	@ for subdir in $(SUBDIRS) ; do \
 	    test "$$subdir" = "." -o "$$subdir" = "po" -o "$$subdir" = "po-properties" || \


More information about the maemo-commits mailing list