mirror of
https://github.com/waku-org/nwaku.git
synced 2025-02-07 04:24:18 +00:00
6 lines
149 B
Nim
6 lines
149 B
Nim
|
template addTestutilsTasks* =
|
||
|
task moduleTests, "Run all module tests":
|
||
|
let (files, errCode) = gorgeEx("git grep -l 'tests:'")
|
||
|
echo files
|
||
|
|