[Telepathy-commits] [telepathy-qt4/master] Add an empty 'tests' directory

Simon McVittie simon.mcvittie at collabora.co.uk
Wed Nov 26 04:51:58 PST 2008


We need some regression tests, and if I add a directory, maybe people will
feel guilty enough to populate it :-)
---
 Makefile.am       |    2 +-
 configure.ac      |    1 +
 tests/Makefile.am |    1 +
 3 files changed, 3 insertions(+), 1 deletions(-)
 create mode 100644 tests/Makefile.am

diff --git a/Makefile.am b/Makefile.am
index 96b5e87..165c7cc 100644
--- a/Makefile.am
+++ b/Makefile.am
@@ -1,6 +1,6 @@
 ACLOCAL_AMFLAGS = -I m4
 
-SUBDIRS = m4 tools spec TelepathyQt4 examples
+SUBDIRS = m4 tools spec TelepathyQt4 examples tests
 
 DISTCHECK_CONFIGURE_FLAGS = --disable-debug
 
diff --git a/configure.ac b/configure.ac
index c29af6e..28140d1 100644
--- a/configure.ac
+++ b/configure.ac
@@ -161,6 +161,7 @@ AC_OUTPUT( Makefile \
 	   TelepathyQt4/TelepathyQt4.pc \
 	   TelepathyQt4/Prototype/Makefile \
 	   TelepathyQt4/Prototype/TpQt4Prototype.pc \
+	   tests/Makefile \
 	   tools/Makefile \
 	   m4/Makefile \
 	   examples/Makefile \
diff --git a/tests/Makefile.am b/tests/Makefile.am
new file mode 100644
index 0000000..30fd8e1
--- /dev/null
+++ b/tests/Makefile.am
@@ -0,0 +1 @@
+# Nothing here yet
-- 
1.5.6.5




More information about the Telepathy-commits mailing list