2022-05-19 14:56:03 -05:00
|
|
|
import ./codex/teststores
|
2022-05-23 23:24:15 -06:00
|
|
|
import ./codex/testblockexchange
|
|
|
|
import ./codex/teststorageproofs
|
2022-05-19 14:56:03 -05:00
|
|
|
import ./codex/testasyncheapqueue
|
|
|
|
import ./codex/testchunking
|
|
|
|
import ./codex/testmanifest
|
|
|
|
import ./codex/testnode
|
|
|
|
import ./codex/teststorestream
|
|
|
|
import ./codex/testpurchasing
|
|
|
|
import ./codex/testsales
|
|
|
|
import ./codex/testerasure
|
|
|
|
import ./codex/testproving
|
2022-09-27 14:55:58 +02:00
|
|
|
import ./codex/testutils
|
2022-05-19 14:56:03 -05:00
|
|
|
|
|
|
|
# to check that everything compiles
|
|
|
|
import ../codex
|
|
|
|
|
|
|
|
{.warning[UnusedImport]: off.}
|