Softened package structure rules when srcDir is not specified.
Fixes #469.
This commit is contained in:
parent
fb879efb72
commit
9f4081e888
6 changed files with 29 additions and 4 deletions
0
tests/packageStructure/softened/myPkg.nim
Normal file
0
tests/packageStructure/softened/myPkg.nim
Normal file
15
tests/packageStructure/softened/myPkg.nimble
Normal file
15
tests/packageStructure/softened/myPkg.nimble
Normal file
|
|
@ -0,0 +1,15 @@
|
|||
# Package
|
||||
|
||||
version = "0.1.0"
|
||||
author = "Dominik Picheta"
|
||||
description = "Correctly structured package myPkg. See #469."
|
||||
license = "MIT"
|
||||
|
||||
# This is inferred implicitly by Nimble:
|
||||
# installDirs = @["myPkg"]
|
||||
# installFiles = @["myPkg.nim"]
|
||||
|
||||
# Dependencies
|
||||
|
||||
requires "nim >= 0.15.0"
|
||||
|
||||
0
tests/packageStructure/softened/myPkg/submodule.nim
Normal file
0
tests/packageStructure/softened/myPkg/submodule.nim
Normal file
0
tests/packageStructure/softened/tests/mytest.nim
Normal file
0
tests/packageStructure/softened/tests/mytest.nim
Normal file
Loading…
Add table
Add a link
Reference in a new issue