test: combine tests (#1335)

This commit is contained in:
Radosław Kamiński
2025-04-21 17:39:42 +01:00
committed by GitHub
parent 10cdaf14c5
commit ab690a06a6
2 changed files with 4 additions and 4 deletions

View File

@@ -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
View File

@@ -0,0 +1,3 @@
{.used.}
import testnative, testdaemon, ./pubsub/testpubsub, testinterop