Add missing binaryPackage test files.

This commit is contained in:
Dominik Picheta 2017-08-13 00:06:23 +01:00
commit bc6ce4b9ea
4 changed files with 26 additions and 0 deletions

View file

@ -0,0 +1 @@
echo("v1")

View file

@ -0,0 +1,12 @@
# Package
version = "1.0"
author = "Dominik Picheta"
description = "binary"
license = "MIT"
bin = @["binaryPackage"]
# Dependencies
requires "nim >= 0.15.3"

View file

@ -0,0 +1 @@
echo("v2")

View file

@ -0,0 +1,12 @@
# Package
version = "2.0"
author = "Dominik Picheta"
description = "binary"
license = "MIT"
bin = @["binaryPackage"]
# Dependencies
requires "nim >= 0.15.3"