mirror of
https://github.com/nim-lang/Nim.git
synced 2026-01-10 23:15:02 +00:00
disable rodfile tests depending on gtk
This commit is contained in:
@@ -370,7 +370,7 @@ proc `&?.`(a, b: string): string =
|
|||||||
proc processCategory(r: var TResults, cat: Category, options: string, fileGlob: string = "t*.nim") =
|
proc processCategory(r: var TResults, cat: Category, options: string, fileGlob: string = "t*.nim") =
|
||||||
case cat.string.normalize
|
case cat.string.normalize
|
||||||
of "rodfiles":
|
of "rodfiles":
|
||||||
compileRodFiles(r, cat, options)
|
when false: compileRodFiles(r, cat, options)
|
||||||
runRodFiles(r, cat, options)
|
runRodFiles(r, cat, options)
|
||||||
of "js":
|
of "js":
|
||||||
# XXX JS doesn't need to be special anymore
|
# XXX JS doesn't need to be special anymore
|
||||||
|
|||||||
Reference in New Issue
Block a user