Add missing test files.

This commit is contained in:
Dominik Picheta 2017-01-08 18:16:56 +01:00
commit f847344784
2 changed files with 18 additions and 0 deletions

View 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"

View 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
```