summary refs log tree commit diff stats
path: root/atlas/tests/ups.nimble
diff options
context:
space:
mode:
Diffstat (limited to 'atlas/tests/ups.nimble')
-rw-r--r--atlas/tests/ups.nimble13
1 files changed, 0 insertions, 13 deletions
diff --git a/atlas/tests/ups.nimble b/atlas/tests/ups.nimble
deleted file mode 100644
index d91abbe60..000000000
--- a/atlas/tests/ups.nimble
+++ /dev/null
@@ -1,13 +0,0 @@
-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"