summary refs log tree commit diff stats
diff options
context:
space:
mode:
authorAraq <rumpf_a@web.de>2016-08-28 01:44:54 +0200
committerAraq <rumpf_a@web.de>2016-08-28 01:44:54 +0200
commit7aa64941e819566d5c41703d5b1400b46759df79 (patch)
tree96acc67e14dcc7a247b490ba2c44b828535d60ef
parent686ab6a0d2220d5cb37ac682183687cd9f00d13c (diff)
downloadNim-7aa64941e819566d5c41703d5b1400b46759df79.tar.gz
disable rodfile tests depending on gtk
-rw-r--r--tests/testament/categories.nim2
1 files changed, 1 insertions, 1 deletions
diff --git a/tests/testament/categories.nim b/tests/testament/categories.nim
index 9b71cbf5f..820078c54 100644
--- a/tests/testament/categories.nim
+++ b/tests/testament/categories.nim
@@ -370,7 +370,7 @@ proc `&?.`(a, b: string): string =
 proc processCategory(r: var TResults, cat: Category, options: string, fileGlob: string = "t*.nim") =
   case cat.string.normalize
   of "rodfiles":
-    compileRodFiles(r, cat, options)
+    when false: compileRodFiles(r, cat, options)
     runRodFiles(r, cat, options)
   of "js":
     # XXX JS doesn't need to be special anymore