* refs #68 macro=>proc cSkipSymbol * refs #68 macro=>proc cDebug * refs #68 macro=>proc cDisableCaching * refs #68 notes for cDefine * refs #68 macro=>proc cAddSearchDir ; improve some runnableExamples * refs #68 macro=>proc cAddStdDir * $projpath/include => testsIncludeDir() everywhere * disable $projpath interpolation (error prone) * fix tests * make nim doc part of test suite; fix for 0.19.2
7 lines
283 B
Text
7 lines
283 B
Text
#[
|
|
pending https://github.com/nim-lang/Nim/pull/10530
|
|
note: nimble init installs something like this (maybe without src in this case)
|
|
switch("path", "$projectDir/../src")
|
|
but it doesn't seem robust in case tests have subdirs, so, changing to ../ seems better
|
|
]#
|
|
switch("path", "..")
|