Add tests
This commit is contained in:
@@ -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""""
|
||||
|
||||
Reference in New Issue
Block a user