diff options
author | Yang Tse <yangsita@gmail.com> | 2010-01-08 15:54:07 +0000 |
---|---|---|
committer | Yang Tse <yangsita@gmail.com> | 2010-01-08 15:54:07 +0000 |
commit | aa2f447400b5b49c9a00189fea33c2483c0a8a06 (patch) | |
tree | 45b5ff5562b5dd7906feb1894f109e7407e5452c /tests/Makefile.am | |
parent | 184f92d243dbe79cf390684776c7e6916888e93e (diff) | |
download | curl-aa2f447400b5b49c9a00189fea33c2483c0a8a06.tar.gz |
Start using the centralized pidfile and logfile name generation
subroutines for http and tftp test suite servers.
Diffstat (limited to 'tests/Makefile.am')
-rw-r--r-- | tests/Makefile.am | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/tests/Makefile.am b/tests/Makefile.am index ba8da787c..e5fed714c 100644 --- a/tests/Makefile.am +++ b/tests/Makefile.am @@ -28,7 +28,7 @@ EXTRA_DIST = ftpserver.pl httpserver.pl httpsserver.pl runtests.pl getpart.pm \ FILEFORMAT README stunnel.pem memanalyze.pl testcurl.pl valgrind.pm ftp.pm \ sshserver.pl sshhelp.pm testcurl.1 runtests.1 $(HTMLPAGES) $(PDFPAGES) \ CMakeLists.txt certs/scripts/*.sh certs/Server* certs/EdelCurlRoot* \ - serverhelp.pm + serverhelp.pm tftpserver.pl SUBDIRS = data server libtest |