tests: add Makefile.am to tests/ and tests/scripts dir (for packaging)
Michael
This commit is contained in:
parent
f648d82edc
commit
b5a69151fa
@ -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
|
||||||
|
@ -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
1
tests/Makefile.am
Normal file
@ -0,0 +1 @@
|
|||||||
|
SUBDIRS = scripts
|
5
tests/scripts/Makefile.am
Normal file
5
tests/scripts/Makefile.am
Normal file
@ -0,0 +1,5 @@
|
|||||||
|
EXTRA_DIST = \
|
||||||
|
run_tests.sh \
|
||||||
|
run_tests_valgrind.sh \
|
||||||
|
webclient.pl \
|
||||||
|
webserver.pl
|
Loading…
Reference in New Issue
Block a user