Add tests

This commit is contained in:
Florian Schroedl
2022-01-20 17:00:00 +01:00
parent d24e596ce3
commit 49ebf7329a
5 changed files with 59 additions and 3 deletions

View File

@@ -17,6 +17,8 @@ requires "fusion"
# requires "zero_functional"
# requires "cascade"
import distros
if detectOs(NixOS):
foreignDep "pkgconfig"
# Tasks
task tests, "Run all tests":
echo "Runnign all tests"
exec """testament --backendLogging:off --directory:"./tests/" p "utils/*.nim""""