nim-abc/tests/testAll.nim

8 lines
153 B
Nim

import abc/testKeys
import abc/testTransactions
import abc/testTxStore
import abc/testTxValidation
import abc/testWallet
{.warning[UnusedImport]: off.}