Add missing binaryPackage test files.
This commit is contained in:
parent
d1eae2f1a0
commit
bc6ce4b9ea
4 changed files with 26 additions and 0 deletions
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"
|
||||
Loading…
Add table
Add a link
Reference in a new issue