summary refs log tree commit diff stats
path: root/testament
diff options
context:
space:
mode:
authorAndreas Rumpf <rumpf_a@web.de>2021-04-19 22:37:09 +0200
committerGitHub <noreply@github.com>2021-04-19 22:37:09 +0200
commit3b80f0dc8ef2bc9d2a981a7c92a6355dfc72b7ef (patch)
tree343dfdc727acde6e8e349661a94c208d1ceda9c0 /testament
parent24abe10aa8cdf3daa69854bba403ad4cee527503 (diff)
downloadNim-3b80f0dc8ef2bc9d2a981a7c92a6355dfc72b7ef.tar.gz
IC navigator: added support for include files (#17784)
* ic fixed navigator crash when track wrong/missed

Also fixed an issue with getNimcacheDir not observing the outDir.

* closer, but not sure how to test[skip ci][ci skip]

* IC navigator: added support for include files

* update

* make posix happy via expandFilename

* update

Co-authored-by: Saem Ghani <saemghani+github@gmail.com>
Diffstat (limited to 'testament')
-rw-r--r--testament/categories.nim2
1 files changed, 1 insertions, 1 deletions
diff --git a/testament/categories.nim b/testament/categories.nim
index 4c3a0b1f5..d05112a25 100644
--- a/testament/categories.nim
+++ b/testament/categories.nim
@@ -490,7 +490,7 @@ proc icTests(r: var TResults; testsDir: string, cat: Category, options: string;
     writeOnly = " --incremental:writeonly "
     readOnly = " --incremental:readonly "
     incrementalOn = " --incremental:on -d:nimIcIntegrityChecks "
-    navTestConfig = " --ic:on --defusages -d:nimIcNavigatorTests --hint[Conf]:off --warnings:off "
+    navTestConfig = " --ic:on -d:nimIcNavigatorTests --hint[Conf]:off --warnings:off "
 
   template test(x: untyped) =
     testSpecWithNimcache(r, makeRawTest(file, x & options, cat), nimcache)