summary refs log tree commit diff stats
path: root/tests/run/tunittests.nim
Commit message (Collapse)AuthorAgeFilesLines
* new tester; all tests categorizedAraq2014-01-131-1/+0
|
* top level closures should work; transf is not a pass anymore; next steps for ↵Araq2012-08-131-3/+1
| | | | first class iterator support
* made more tests greenAraq2012-07-261-1/+2
|
* grammar: the built-in type classes are now valid expressionsZahary Karadjov2012-04-181-1/+1
|
* expr params implemented for procs; paving the way for type classesZahary Karadjov2012-03-221-1/+1
|
* fix for template redefinition. test cases added.Zahary Karadjov2012-03-151-1/+1
|
* unit test for #100Zahary Karadjov2012-03-101-0/+2
unittest: the check macro will print only the non-literal part of the checked expression tests/run: added tunittests.nim as a single central executable where unittests could be added for quicker compilation/execution of the test suite