blob: 9f0b1bd3fc79b83953c7196ee377c171c7190b4f [file]
#!/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."
./fqcn || die "FQCN test FAILED."
./extSupport || die "Extension support test FAILED."
./unitTest || die "unit test FAILED."