Vindaar
|
f290876df7
|
replace `echo` + `quit(1)` by error call in `tquickstart.nim`
The call to `quit 1` failed on my machine. Hence use macros.error.
|
2018-10-12 16:00:39 +02:00 |
Felix Krause
|
acf9e32fab
|
Finally fixed travis build
* Insulting comment on Travis and the universe in general here.
|
2017-02-06 21:41:43 +01:00 |
Felix Krause
|
608d9ef090
|
Fixed path due to staticExec changes in Nim 0.16.0
|
2017-01-12 11:19:02 +01:00 |
Felix Krause
|
636ee81295
|
Still working on travis
|
2016-10-09 15:37:20 +02:00 |
Felix Krause
|
d2e5c9e0a9
|
Hopefully fixes travis build
|
2016-10-09 15:21:27 +02:00 |
Felix Krause
|
846b836e92
|
Integrated parser and quickstart tests
* Now executed when calling `nim tests`
* Refactored parser tests to use unittest
* Fixed some pwd issues in tests
|
2016-10-09 15:05:18 +02:00 |
Felix Krause
|
4bde3a7986
|
Fixed issues in quickstart and taglib
* Updated expected YAML in 02
* Fixed duplicate TagIds in taglib
|
2016-10-09 11:48:52 +02:00 |
Felix Krause
|
0f2e077b87
|
Added automatic test for quickstart snippets
* There are errors which indicate real bugs!
|
2016-10-08 23:35:33 +02:00 |