add support for test suite
This commit is contained in:
parent
3d584c94cb
commit
4d4b6e9ba6
@ -1,3 +1,4 @@
|
||||
SUBDIRS = test
|
||||
AUTOMAKE_OPTIONS = dist-bzip2
|
||||
|
||||
sysconf_DATA = bash_completion
|
||||
|
@ -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
|
||||
|
9
test/Makefile.am
Normal file
9
test/Makefile.am
Normal file
@ -0,0 +1,9 @@
|
||||
DEJATOOL = completion install unit
|
||||
AM_RUNTESTFLAGS = --outdir log
|
||||
|
||||
EXTRA_DIST = completion \
|
||||
config \
|
||||
fixture1 \
|
||||
fixtures \
|
||||
lib \
|
||||
unit
|
Loading…
x
Reference in New Issue
Block a user