diff options
author | Pav Lucistnik <pav@FreeBSD.org> | 2005-07-27 11:32:50 +0000 |
---|---|---|
committer | Pav Lucistnik <pav@FreeBSD.org> | 2005-07-27 11:32:50 +0000 |
commit | ef005afea0c4aa9dab418440337e2887bdafeace (patch) | |
tree | cea6ca21c414f2fa6ba6b525da3b98d9ea71c149 /www/Makefile | |
parent | a62c59edddde50bcae9b1dddf602f920c759209a (diff) |
Tclwebtest is a tool to write automated tests for web applications.
It provides a simple API for issuing http requests, dealing with the
result and assume specific response values, while taking care of the
details such as redirects and cookies.
PR: ports/84138
Submitted by: Aldert Nooitgedagt <aldert@nooitgedagt.net>
Notes
Notes:
svn path=/head/; revision=140230
Diffstat (limited to 'www/Makefile')
-rw-r--r-- | www/Makefile | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/www/Makefile b/www/Makefile index ebae9abdf30b..57f426114e49 100644 --- a/www/Makefile +++ b/www/Makefile @@ -757,6 +757,7 @@ SUBDIR += syndigator SUBDIR += tasks SUBDIR += tclhttpd + SUBDIR += tclwebtest SUBDIR += tdiary SUBDIR += tdiary-devel SUBDIR += thttpd |