add support for test suite

This commit is contained in:
Guillaume Rousse 2009-12-29 23:39:06 +01:00
parent 3d584c94cb
commit 4d4b6e9ba6
3 changed files with 12 additions and 2 deletions

View File

@ -1,3 +1,4 @@
SUBDIRS = test
AUTOMAKE_OPTIONS = dist-bzip2 AUTOMAKE_OPTIONS = dist-bzip2
sysconf_DATA = bash_completion sysconf_DATA = bash_completion

View File

@ -1,5 +1,5 @@
AC_PREREQ([2.59]) AC_PREREQ([2.59])
AC_INIT([bash-completion], [1.99]) AC_INIT([bash-completion], [1.99])
AM_INIT_AUTOMAKE([foreign -Wall -Werror]) AM_INIT_AUTOMAKE([foreign dejagnu -Wall -Werror])
AC_CONFIG_FILES([Makefile]) AC_CONFIG_FILES([Makefile test/Makefile])
AC_OUTPUT AC_OUTPUT

9
test/Makefile.am Normal file
View File

@ -0,0 +1,9 @@
DEJATOOL = completion install unit
AM_RUNTESTFLAGS = --outdir log
EXTRA_DIST = completion \
config \
fixture1 \
fixtures \
lib \
unit