nim-nitro/tests/testAll.nim

8 lines
163 B
Nim
Raw Normal View History

import ./nitro/testAbi
import ./nitro/testChannel
import ./nitro/testOutcome
import ./nitro/testState
2021-03-02 07:37:38 +01:00
import ./nitro/testSignature
{.warning[UnusedImport]: off.}