summaryrefslogtreecommitdiff
path: root/testsuite/tests/cpranal/sigs/all.T
blob: f5ac233a8cd5d91a1e5ab0df89b98a2067b4ccd6 (plain)
1
2
3
4
5
6
7
8
9
# We are testing the result of an optimization, so no use
# running them in various runtimes
setTestOpts(only_ways(['optasm']))
# This directory contains tests where we annotate functions with expected
# CPR signatures, and verify that these are actually those found by the compiler
setTestOpts(extra_hc_opts('-ddump-cpr-signatures'))

test('CaseBinderCPR', normal, compile, [''])
test('T19232', normal, compile, [''])