Add missing binaryPackage test files.
This commit is contained in:
parent
d1eae2f1a0
commit
bc6ce4b9ea
4 changed files with 26 additions and 0 deletions
1
tests/binaryPackage/v1/binaryPackage.nim
Normal file
1
tests/binaryPackage/v1/binaryPackage.nim
Normal file
|
|
@ -0,0 +1 @@
|
|||
echo("v1")
|
||||
12
tests/binaryPackage/v1/binaryPackage.nimble
Normal file
12
tests/binaryPackage/v1/binaryPackage.nimble
Normal file
|
|
@ -0,0 +1,12 @@
|
|||
# Package
|
||||
|
||||
version = "1.0"
|
||||
author = "Dominik Picheta"
|
||||
description = "binary"
|
||||
license = "MIT"
|
||||
|
||||
bin = @["binaryPackage"]
|
||||
|
||||
# Dependencies
|
||||
|
||||
requires "nim >= 0.15.3"
|
||||
1
tests/binaryPackage/v2/binaryPackage.nim
Normal file
1
tests/binaryPackage/v2/binaryPackage.nim
Normal file
|
|
@ -0,0 +1 @@
|
|||
echo("v2")
|
||||
12
tests/binaryPackage/v2/binaryPackage.nimble
Normal file
12
tests/binaryPackage/v2/binaryPackage.nimble
Normal file
|
|
@ -0,0 +1,12 @@
|
|||
# Package
|
||||
|
||||
version = "2.0"
|
||||
author = "Dominik Picheta"
|
||||
description = "binary"
|
||||
license = "MIT"
|
||||
|
||||
bin = @["binaryPackage"]
|
||||
|
||||
# Dependencies
|
||||
|
||||
requires "nim >= 0.15.3"
|
||||
Loading…
Add table
Add a link
Reference in a new issue