mirror of
https://github.com/waku-org/nwaku.git
synced 2025-01-15 17:35:45 +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
|
|
|