about summary refs log tree commit homepage
path: root/t/GNUmakefile
diff options
context:
space:
mode:
authorEric Wong <normalperson@yhbt.net>2009-10-27 01:20:47 -0700
committerEric Wong <normalperson@yhbt.net>2009-10-27 01:23:46 -0700
commite9152a8463d62e46a772843f66ddedef52cd0b2c (patch)
treeb786a54b439fea80f65f5ea3efe51c6c70e3c9b2 /t/GNUmakefile
parent940501b7dade7a8ba3d1406ec62c28a682919fe0 (diff)
downloadrainbows-e9152a8463d62e46a772843f66ddedef52cd0b2c.tar.gz
Also new are added basic HTTP tests for UNIX domain socket
handling (for all models, now, of course).
Diffstat (limited to 't/GNUmakefile')
-rw-r--r--t/GNUmakefile1
1 files changed, 1 insertions, 0 deletions
diff --git a/t/GNUmakefile b/t/GNUmakefile
index 5129944..97f1f82 100644
--- a/t/GNUmakefile
+++ b/t/GNUmakefile
@@ -31,6 +31,7 @@ $(T): MODELS = $(models)
 
 # some tests can be run with all models
 t0000-simple-http.sh: MODELS = $(all_models)
+t0001-unix-http.sh: MODELS = $(all_models)
 t0002-graceful.sh: MODELS = $(all_models)
 t0002-parser-error.sh: MODELS = $(all_models)
 t0003-reopen-logs.sh: MODELS = $(all_models)