aboutsummaryrefslogtreecommitdiffstats
path: root/test.py
diff options
context:
space:
mode:
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/"):