Revision 390580031cb7d62d36891889fc4d52c3e654b8ea authored by Andrew McCreight on 25 August 2012, 21:56:45 UTC, committed by Andrew McCreight on 25 August 2012, 21:56:45 UTC
1 parent 94f21d6
Raw File
filter-example.ini
# illustrate test filters based on various categories

[windowstest]
run-if = os == 'win'

[fleem]
skip-if = os == 'mac'

[linuxtest]
skip-if = (os == 'mac') || (os == 'win')
fail-if = toolkit == 'cocoa'
back to top