
#!/bin/sh

. .functions

./minreg simple || die "minreg simple FAILED.";
./minreg ttcc || die "minreg ttcc FAILED.";
./shallow || die "shallow test FAILED."
./shippedCodeFlag || die "shippedCodeFlag test FAILED."
./defaultInit || die "defaultInit test FAILED."
./propConfig || die "propConfig test FAILED."
./propConfig || die "propConfig test FAILED."
./getOptions || die "getOptions test FAILED."
./multipleAppenders || die "multipleAppenders test FAILED."
./confParsing || die "confParsing test FAILED."
./pattern || die "pattern test FAILED."
./mycat || die "mycat test FAILED."
./l7d || die "L7D test FAILED."

./unitTest || die "unit test FAILED."
