summary refs log tree commit diff stats
path: root/atlas/tests/ups.nimble
blob: d91abbe60e1736fdf4a4292d91bc3abbd0b58ee6 (plain) (blame)
1
2
3
4
5
6
7
8
9
10
11
12
13
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"