summaryrefslogtreecommitdiff
path: root/icespider/unittests/Jamfile.jam
diff options
context:
space:
mode:
Diffstat (limited to 'icespider/unittests/Jamfile.jam')
-rw-r--r--icespider/unittests/Jamfile.jam10
1 files changed, 10 insertions, 0 deletions
diff --git a/icespider/unittests/Jamfile.jam b/icespider/unittests/Jamfile.jam
index b9a861b..d948b29 100644
--- a/icespider/unittests/Jamfile.jam
+++ b/icespider/unittests/Jamfile.jam
@@ -69,6 +69,16 @@ run
<dependency>../compile
: testApp ;
+run
+ testFcgi.cpp
+ :
+ 'QUERY_STRING=noeq&noval=&someval=here&another=here'
+ 'REDIRECT_URL=/'
+ : :
+ <library>../common//icespider-common
+ <library>../core//icespider-core
+ <library>../fcgi//icespider-fcgi
+ : testFcgi ;
lib test-api :
test-api.ice