Add new test suite and basic cases
commit903766ba0d278cb55d08e072c4c96c1d7f0dee8d
authorEric Wong <normalperson@yhbt.net>
Sun, 4 Oct 2009 23:38:08 +0000 (4 16:38 -0700)
committerEric Wong <normalperson@yhbt.net>
Mon, 5 Oct 2009 01:38:32 +0000 (4 18:38 -0700)
tree3f29a3aab6452c304043816c7c1c3c76f3009d8a
parent756c060f2992d35e30249688f1cfab8de9b4dfc1
Add new test suite and basic cases

I'd rather write shell scripts in shell than shell scripts in
Ruby like was done with Unicorn.  We're a *nix-only project so
we'll embrace *nix tools to their fullest extent and as a
pleasant side-effect these test cases are immune to internal API
changes.
GNUmakefile
t/.gitignore [new file with mode: 0644]
t/GNUmakefile [new file with mode: 0644]
t/bin/unused_listen [new file with mode: 0755]
t/t0000-basic.sh [new file with mode: 0755]
t/t1000-thread-pool-basic.sh [new file with mode: 0755]
t/t3000-revactor-basic.sh [new file with mode: 0755]
t/test-lib.sh [new file with mode: 0644]