aboutsummaryrefslogtreecommitdiffstats
path: root/test.py
diff options
context:
space:
mode:
authorEverett Hildenbrandt <hildenb2@illinois.edu>2018-05-30 05:19:11 +0800
committerEverett Hildenbrandt <hildenb2@illinois.edu>2018-05-31 22:37:30 +0800
commitdb66cd83f14c09dcc4934e5b46871450a42abb66 (patch)
treecd55fb34af1c6b3111eeb4a9a47c1e4382b25470 /test.py
parent60512bfb9a06399d8eeb7aab6330960efe968642 (diff)
downloaddexon-tests-db66cd83f14c09dcc4934e5b46871450a42abb66.tar.gz
dexon-tests-db66cd83f14c09dcc4934e5b46871450a42abb66.tar.zst
dexon-tests-db66cd83f14c09dcc4934e5b46871450a42abb66.zip
test.py, JSONSchema/bc-filler-schema: add BlockchainTests filler validation schema
Diffstat (limited to 'test.py')
-rwxr-xr-xtest.py2
1 files changed, 2 insertions, 0 deletions
diff --git a/test.py b/test.py
index 79fab1ec0..b78123aee 100755
--- a/test.py
+++ b/test.py
@@ -85,6 +85,8 @@ def validateTestFile(jsonFile):
validateSchema(jsonFile, "JSONSchema/vm-filler-schema.json")
elif jsonFile.startswith("./src/GeneralStateTestsFiller/"):
validateSchema(jsonFile, "JSONSchema/st-filler-schema.json")
+ elif jsonFile.startswith("./src/BlockchainTestsFiller/"):
+ validateSchema(jsonFile, "JSONSchema/bc-filler-schema.json")
elif jsonFile.startswith("./VMTests/"):
validateSchema(jsonFile, "JSONSchema/vm-schema.json")
elif jsonFile.startswith("./GeneralStateTests/"):