Files
Nim/tools/atlas/tests/ups.nimble
Andreas Rumpf 664dbb6bfb atlas tool: testing via mocking (#18588)
* atlas: refactoring
* Atlas: do some basic testing via mocking
2021-07-26 18:00:03 +02:00

14 lines
297 B
Nim

version = "0.0.2"
author = "disruptek"
description = "a package handler"
license = "MIT"
requires "npeg >= 0.23.2 & < 1.0.0"
requires "https://github.com/disruptek/testes >= 1.0.0 & < 2.0.0"
task test, "run tests":
when defined(windows):
exec "testes.cmd"
else:
exec findExe"testes"