Add missing test files.
This commit is contained in:
parent
95a29197ee
commit
8453a4e2de
15 changed files with 76 additions and 0 deletions
1
tests/packageStructure/a/a.nim
Normal file
1
tests/packageStructure/a/a.nim
Normal file
|
|
@ -0,0 +1 @@
|
|||
|
||||
11
tests/packageStructure/a/a.nimble
Normal file
11
tests/packageStructure/a/a.nimble
Normal file
|
|
@ -0,0 +1,11 @@
|
|||
# Package
|
||||
|
||||
version = "0.1.0"
|
||||
author = "Dominik Picheta"
|
||||
description = "Correctly structured package A"
|
||||
license = "MIT"
|
||||
|
||||
# Dependencies
|
||||
|
||||
requires "nim >= 0.15.3"
|
||||
|
||||
Loading…
Add table
Add a link
Reference in a new issue