Add missing nimscript test.

This commit is contained in:
Dominik Picheta 2015-12-24 17:04:13 +00:00
commit ac9e6f00d1
2 changed files with 19 additions and 0 deletions

View file

@ -0,0 +1 @@
echo("Hello World")

View file

@ -0,0 +1,18 @@
# Package
version = "0.1.0"
author = "Dominik Picheta"
description = "Test package"
license = "BSD"
bin = @["nimscript"]
# Dependencies
requires "nim >= 0.12.1"
task test, "test description":
echo(5+5)
task example, "Build and run examples for current platform":
setCommand "c"