summary refs log tree commit diff stats
path: root/compiler/testability.nim
Commit message (Collapse)AuthorAgeFilesLines
* distinguish between 'defined' and 'declared'Araq2014-08-111-1/+1
|
* adding some provisions for writing lower-level unit tests targeting specific ↵Zahary Karadjov2013-12-071-0/+5
sub-systems of the compiler see sigmatch as an example. tests are compiled only when the compiler is compiled with -d:selftest to execute them, just run the resulting binary without arguments
77 78 79 80 81 82 83 84 85 86 87 88 89 90 91 92 93 94 95 96 97 98 99 100