summary refs log tree commit diff stats
path: root/tests/dll
Commit message (Collapse)AuthorAgeFilesLines
* tests: Trim .nim files trailing whitespaceAdam Strzelecki2015-09-042-8/+8
| | | | via OSX: find . -name '*.nim' -exec sed -i '' -E 's/[[:space:]]+$//' {} +
* Rename *.nimrod.cfg to *.nim.cfgdef2015-02-032-0/+0
|
* further adaptationsAraq2014-08-292-2/+2
|
* Tester now appreciates the test target. Modified 'cmd' in specs.Dominik Picheta2014-04-162-2/+2
|
* DLLs should work again; fixes #169Araq2012-07-243-0/+10
|
* tester checks exitcode; osproc additions; DLL fixes; taint mode fixesAraq2011-11-073-5/+68
|
* Added ftpclient module. Fixed docs in sockets module. Added dll tests to ↵dom962011-11-041-0/+5
test suite.