summaryrefslogtreecommitdiff
path: root/tests
diff options
context:
space:
mode:
authorMichael Adam <obnox@samba.org>2009-09-16 16:35:39 +0200
committerMichael Adam <obnox@samba.org>2009-09-16 22:35:35 +0200
commitb5a69151fac7409e21160d3ab8b2759c526812de (patch)
tree073a7de3cfe1e9b69ce6d2de37e1b8e2f9fe5a34 /tests
parentf648d82edce8570228f180fb9839d2d6b93bb8ac (diff)
downloadtinyproxy-b5a69151fac7409e21160d3ab8b2759c526812de.tar.gz
tinyproxy-b5a69151fac7409e21160d3ab8b2759c526812de.zip
tests: add Makefile.am to tests/ and tests/scripts dir (for packaging)
Michael
Diffstat (limited to 'tests')
-rw-r--r--tests/Makefile.am1
-rw-r--r--tests/scripts/Makefile.am5
2 files changed, 6 insertions, 0 deletions
diff --git a/tests/Makefile.am b/tests/Makefile.am
new file mode 100644
index 0000000..7d7f88a
--- /dev/null
+++ b/tests/Makefile.am
@@ -0,0 +1 @@
+SUBDIRS = scripts
diff --git a/tests/scripts/Makefile.am b/tests/scripts/Makefile.am
new file mode 100644
index 0000000..c4d8b32
--- /dev/null
+++ b/tests/scripts/Makefile.am
@@ -0,0 +1,5 @@
+EXTRA_DIST = \
+ run_tests.sh \
+ run_tests_valgrind.sh \
+ webclient.pl \
+ webserver.pl