diff options
author | pav <pav@FreeBSD.org> | 2005-07-27 19:32:50 +0800 |
---|---|---|
committer | pav <pav@FreeBSD.org> | 2005-07-27 19:32:50 +0800 |
commit | d2e132cc3854f3dec48f40c42c3ddefef4002ae0 (patch) | |
tree | 72a2341a69be933527913a03c1fcdceb62065f42 /www/Makefile | |
parent | 7702c2bf0f652041378d40909148749fb35eb6d3 (diff) | |
download | freebsd-ports-graphics-d2e132cc3854f3dec48f40c42c3ddefef4002ae0.tar.gz freebsd-ports-graphics-d2e132cc3854f3dec48f40c42c3ddefef4002ae0.tar.zst freebsd-ports-graphics-d2e132cc3854f3dec48f40c42c3ddefef4002ae0.zip |
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>
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 ebae9abdf30..57f426114e4 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 |