nim-rlp/tests/test_json_suite.nim

9 lines
131 B
Nim
Raw Normal View History

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