tests: add Makefile.am to tests/ and tests/scripts dir (for packaging)

Michael
This commit is contained in:
Michael Adam 2009-09-16 16:35:39 +02:00
parent f648d82edc
commit b5a69151fa
4 changed files with 10 additions and 1 deletions

View File

@ -4,7 +4,8 @@ SUBDIRS = \
etc \ etc \
docs \ docs \
m4macros \ m4macros \
packaging packaging \
tests
# tools want this on a single line # tools want this on a single line
ACLOCAL_AMFLAGS = -I m4macros ACLOCAL_AMFLAGS = -I m4macros

View File

@ -337,6 +337,8 @@ m4macros/Makefile
packaging/Makefile packaging/Makefile
packaging/fedora/tinyproxy.spec packaging/fedora/tinyproxy.spec
packaging/fedora/Makefile packaging/fedora/Makefile
tests/Makefile
tests/scripts/Makefile
]) ])
AC_OUTPUT AC_OUTPUT

1
tests/Makefile.am Normal file
View File

@ -0,0 +1 @@
SUBDIRS = scripts

View File

@ -0,0 +1,5 @@
EXTRA_DIST = \
run_tests.sh \
run_tests_valgrind.sh \
webclient.pl \
webserver.pl