mirror of
https://github.com/status-im/nim-rlp.git
synced 2025-01-10 06:15:55 +00:00
9 lines
131 B
Nim
9 lines
131 B
Nim
import
|
|
os, strutils,
|
|
util/json_testing
|
|
|
|
for file in walkDirRec("tests/cases"):
|
|
if file.endsWith("json"):
|
|
runTests(file)
|
|
|