diff options
author | Dan Fandrich <dan@coneharvesters.com> | 2007-04-30 20:15:33 +0000 |
---|---|---|
committer | Dan Fandrich <dan@coneharvesters.com> | 2007-04-30 20:15:33 +0000 |
commit | 5187faeeb97321343cd0a1f3ad9aa10992513e99 (patch) | |
tree | bb96009d55f96c9b05c032982c14abb31e775270 /tests/libtest/Makefile.am | |
parent | 1228ec9fbb7db2d6f1615e8736be66d5c6f698d2 (diff) | |
download | curl-5187faeeb97321343cd0a1f3ad9aa10992513e99.tar.gz |
Improved the test harness to allow running test servers on other than
the default port numbers, allowing more than one test suite to run
simultaneously on the same host.
Diffstat (limited to 'tests/libtest/Makefile.am')
-rw-r--r-- | tests/libtest/Makefile.am | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/tests/libtest/Makefile.am b/tests/libtest/Makefile.am index 35709b8ec..276ec85eb 100644 --- a/tests/libtest/Makefile.am +++ b/tests/libtest/Makefile.am @@ -35,7 +35,7 @@ INCLUDES = -I$(top_srcdir)/include/curl \ LIBDIR = $(top_builddir)/lib -EXTRA_DIST = test307.pl +EXTRA_DIST = test75.pl test307.pl test610.pl # files used only in some libcurl test programs TESTUTIL = testutil.c testutil.h |