[Bash-completion-commits] [SCM] bash-completion branch, master, updated. 38516ee43194fd496971a9c37e23109f3816e4bf

Guillaume Rousse guillaume at oberkampf.msr-inria.inria.fr
Thu Dec 31 16:36:33 UTC 2009


The following commit has been merged in the master branch:
commit 4d4b6e9ba647fd7cf0c09e69b1c779d214f64b3b
Author: Guillaume Rousse <guillaume at oberkampf.msr-inria.inria.fr>
Date:   Tue Dec 29 23:39:06 2009 +0100

    add support for test suite

diff --git a/Makefile.am b/Makefile.am
index 06309d3..dc02583 100644
--- a/Makefile.am
+++ b/Makefile.am
@@ -1,3 +1,4 @@
+SUBDIRS = test
 AUTOMAKE_OPTIONS = dist-bzip2
 
 sysconf_DATA = bash_completion
diff --git a/configure.ac b/configure.ac
index 1aa08ac..7dbe3a8 100644
--- a/configure.ac
+++ b/configure.ac
@@ -1,5 +1,5 @@
 AC_PREREQ([2.59])
 AC_INIT([bash-completion], [1.99])
-AM_INIT_AUTOMAKE([foreign -Wall -Werror])
-AC_CONFIG_FILES([Makefile])
+AM_INIT_AUTOMAKE([foreign dejagnu -Wall -Werror])
+AC_CONFIG_FILES([Makefile test/Makefile])
 AC_OUTPUT
diff --git a/test/Makefile.am b/test/Makefile.am
new file mode 100644
index 0000000..e05abf5
--- /dev/null
+++ b/test/Makefile.am
@@ -0,0 +1,9 @@
+DEJATOOL = completion install unit
+AM_RUNTESTFLAGS = --outdir log
+
+EXTRA_DIST = completion \
+	     config \
+	     fixture1 \
+	     fixtures \
+	     lib \
+	     unit

-- 
bash-completion



More information about the Bash-completion-commits mailing list