# By default, we test the 'normal' and 'opt' ways.# 'optasm' is added by mk/test.mk if the compiler has a native code gen,# 'prof' is added by mk/test.mk if the profiling way is enabled.config.compile_ways = ['normal', 'opt']config.run_ways = ['normal', 'opt']