disable rodfile tests depending on gtk

This commit is contained in:
Araq
2016-08-28 01:44:54 +02:00
parent 686ab6a0d2
commit 7aa64941e8

View File

@@ -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