diff options
author | Daniel Stenberg <daniel@haxx.se> | 2004-03-23 16:11:01 +0000 |
---|---|---|
committer | Daniel Stenberg <daniel@haxx.se> | 2004-03-23 16:11:01 +0000 |
commit | 5947e4e9fdfd083a36a3a53bad439aaa617136e9 (patch) | |
tree | 5f1e016089124e61b16a2182375016a6bddafa7e /tests/Makefile.am | |
parent | e992aa6a54f87f33eafd124cf09f0f70d7d24928 (diff) | |
download | curl-5947e4e9fdfd083a36a3a53bad439aaa617136e9.tar.gz |
distribute testcurl.pl too starting now
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 19b9274fd..85ff2f6d2 100644 --- a/tests/Makefile.am +++ b/tests/Makefile.am @@ -22,7 +22,7 @@ ########################################################################### EXTRA_DIST = ftpserver.pl httpserver.pl httpsserver.pl runtests.pl \ ftpsserver.pl getpart.pm FILEFORMAT README \ - stunnel.pem memanalyze.pl + stunnel.pem memanalyze.pl testcurl.pl SUBDIRS = data server libtest |