nim-rlp/tests/test_json_suite.nim

9 lines
131 B
Nim
Raw Normal View History

2018-01-25 19:22:13 +00:00
import
os, strutils,
util/json_testing
for file in walkDirRec("tests/cases"):
if file.endsWith("json"):
runTests(file)