Added getest based test program

This commit is contained in:
paul.cohen
2010-03-08 23:46:59 +00:00
parent b389d532b7
commit 11256d697d
13 changed files with 1234 additions and 0 deletions

View File

@@ -0,0 +1,17 @@
-- Gobo test (getest) configuration file for eJSON
test
ejson_test
default
class ("TEST_[A-Z0-9_]*")
feature ("test_[a-z0-9_]*")
prefix ("X")
testgen ("TESTGEN")
compile ("./ec_compile.sh")
execute ("./ejson_test")
cluster
test_dir: "."
end