nim-abc/tests/testAll.nim

8 lines
153 B
Nim
Raw Normal View History

2021-06-30 09:26:27 +00:00
import abc/testKeys
import abc/testTransactions
import abc/testTxStore
import abc/testTxValidation
import abc/testWallet
{.warning[UnusedImport]: off.}