Add missing test files.
This commit is contained in:
parent
d78af3acf1
commit
f847344784
2 changed files with 18 additions and 0 deletions
13
tests/versionClashes/aporiaScenario/aporiaScenario.nimble
Normal file
13
tests/versionClashes/aporiaScenario/aporiaScenario.nimble
Normal file
|
|
@ -0,0 +1,13 @@
|
||||||
|
# Package
|
||||||
|
|
||||||
|
version = "0.1.0"
|
||||||
|
author = "Dominik Picheta"
|
||||||
|
description = " "
|
||||||
|
license = "MIT"
|
||||||
|
|
||||||
|
# Dependencies
|
||||||
|
|
||||||
|
requires "nim >= 0.15.2"
|
||||||
|
requires "https://github.com/nimble-test/packagea.git#head"
|
||||||
|
requires "https://github.com/nimble-test/packagea.git >= 0.5"
|
||||||
|
|
||||||
5
tests/versionClashes/readme.md
Normal file
5
tests/versionClashes/readme.md
Normal file
|
|
@ -0,0 +1,5 @@
|
||||||
|
Tests to ensure that the following errors are correct.
|
||||||
|
|
||||||
|
```
|
||||||
|
Cannot satisfy dependency on gtk2 1.0 and gtk2 1.1
|
||||||
|
```
|
||||||
Loading…
Add table
Add a link
Reference in a new issue