# Testsuite configuration setup for Hugs # # This file is Python source # config.compiler_type = 'hugs' config.compiler = 'hugs-hc' config.compiler_always_flags = [] # We test the 'normal' way only config.compile_ways = ['normal'] config.run_ways = ['normal'] # No other ways for Hugs config.other_ways = [] config.way_flags = { 'normal' : [] } config.way_rts_flags = { 'normal' : [] }