mirror of
https://github.com/vacp2p/nim-libp2p.git
synced 2026-01-09 22:28:27 -05:00
test: combine tests (#1335)
This commit is contained in:
committed by
GitHub
parent
10cdaf14c5
commit
ab690a06a6
@@ -68,10 +68,7 @@ task testfilter, "Run PKI filter test":
|
||||
runTest("testpkifilter", moreoptions = "-d:libp2p_pki_schemes=")
|
||||
|
||||
task test, "Runs the test suite":
|
||||
exec "nimble testnative"
|
||||
exec "nimble testpubsub"
|
||||
exec "nimble testdaemon"
|
||||
exec "nimble testinterop"
|
||||
runTest("testall")
|
||||
exec "nimble testfilter"
|
||||
|
||||
task test_slim, "Runs the (slimmed down) test suite":
|
||||
|
||||
3
tests/testall.nim
Normal file
3
tests/testall.nim
Normal file
@@ -0,0 +1,3 @@
|
||||
{.used.}
|
||||
|
||||
import testnative, testdaemon, ./pubsub/testpubsub, testinterop
|
||||
Reference in New Issue
Block a user