[maemo-commits] [maemo-commits] r16258 - in projects/haf/trunk/sapwood: . tests

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

Added:
   projects/haf/trunk/sapwood/tests/
   projects/haf/trunk/sapwood/tests/Makefile.am
Modified:
   projects/haf/trunk/sapwood/ChangeLog
   projects/haf/trunk/sapwood/Makefile.am
   projects/haf/trunk/sapwood/configure.in
Log:
2008-09-23  Sven Herzberg  <sven at imendio.com>

	Added a folder for the tests

	* Makefile.am: include tests
	* configure.in: build tests/Makefile
	* tests/Makefile.am: skeleton


Modified: projects/haf/trunk/sapwood/ChangeLog
===================================================================
--- projects/haf/trunk/sapwood/ChangeLog	2008-09-29 11:12:36 UTC (rev 16257)
+++ projects/haf/trunk/sapwood/ChangeLog	2008-09-29 11:13:24 UTC (rev 16258)
@@ -1,5 +1,13 @@
 2008-09-23  Sven Herzberg  <sven at imendio.com>
 
+	Added a folder for the tests
+
+	* Makefile.am: include tests
+	* configure.in: build tests/Makefile
+	* tests/Makefile.am: skeleton
+
+2008-09-23  Sven Herzberg  <sven at imendio.com>
+
 	Add GTest support to the build system
 
 	* Makefile.decl: file copied and adjusted to the project needs

Modified: projects/haf/trunk/sapwood/Makefile.am
===================================================================
--- projects/haf/trunk/sapwood/Makefile.am	2008-09-29 11:12:36 UTC (rev 16257)
+++ projects/haf/trunk/sapwood/Makefile.am	2008-09-29 11:13:24 UTC (rev 16258)
@@ -1,6 +1,11 @@
 include $(top_srcdir)/Makefile.decl
 
-SUBDIRS = protocol engine server demos
+SUBDIRS=\
+	protocol \
+	engine \
+	server \
+	tests \
+	demos
 
 MAINTAINERCLEANFILES = Makefile.in aclocal.m4 compile config.guess config.sub \
 		       configure depcomp install-sh ltmain.sh missing \

Modified: projects/haf/trunk/sapwood/configure.in
===================================================================
--- projects/haf/trunk/sapwood/configure.in	2008-09-29 11:12:36 UTC (rev 16257)
+++ projects/haf/trunk/sapwood/configure.in	2008-09-29 11:13:24 UTC (rev 16258)
@@ -105,6 +105,7 @@
 protocol/Makefile
 engine/Makefile
 server/Makefile
+tests/Makefile
 demos/Makefile
 ])
 

Added: projects/haf/trunk/sapwood/tests/Makefile.am
===================================================================
--- projects/haf/trunk/sapwood/tests/Makefile.am	2008-09-29 11:12:36 UTC (rev 16257)
+++ projects/haf/trunk/sapwood/tests/Makefile.am	2008-09-29 11:13:24 UTC (rev 16258)
@@ -0,0 +1,3 @@
+include $(top_srcdir)/Makefile.decl
+
+


More information about the maemo-commits mailing list