Skip to content
Snippets Groups Projects

Update tests for the new test way `ghci-opt`

Merged Torsten Schmits requested to merge wip/torsten.schmits/test-way-ghci-opt into master
Files
7
+ 1
1
setTestOpts([omit_ways(['ghci','threaded2']), when(fast(), skip), js_skip])
setTestOpts([omit_ways(ghci_ways + ['threaded2']), when(fast(), skip), js_skip])
hpc_prefix = "perl hpcrun.pl --clear --exeext={exeext} --hpc={hpc}"
Loading