mirror of
https://github.com/nim-lang/Nim.git
synced 2025-12-28 08:54:53 +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") =
|
||||
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
|
||||
|
||||
Reference in New Issue
Block a user