Compile all tests in one go

This commit is contained in:
Mark Spanbroek 2021-01-12 11:53:37 +01:00 committed by markspanbroek
parent 5f5153820f
commit c795c698fe
3 changed files with 4 additions and 0 deletions

4
tests/testAll.nim Normal file
View File

@ -0,0 +1,4 @@
import ./dagger/testChunking
import ./dagger/testDagger
{.warning[UnusedImport]: off.}