From d2e132cc3854f3dec48f40c42c3ddefef4002ae0 Mon Sep 17 00:00:00 2001 From: pav Date: Wed, 27 Jul 2005 11:32:50 +0000 Subject: 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 --- www/Makefile | 1 + 1 file changed, 1 insertion(+) (limited to 'www/Makefile') 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 -- cgit