summaryrefslogtreecommitdiffhomepage
path: root/systemtest/mcc-execute.tests/exitcodes.exp
blob: 0480be8998770e93ebaf065557436ac47904fdbf (plain)
1
2
3
4
5
6
7
8
# https://www.embecosm.com/appnotes/ean8/ean8-howto-dejagnu-1.0.html

runtest_exit_code "Return 1" "systemtest/mcc-execute.tests/test-return-1" 1
runtest_exit_code "Addition" "systemtest/mcc-execute.tests/test-addition" 3
runtest_exit_code "Multiplication" "systemtest/mcc-execute.tests/test-multiplication" 6
runtest_exit_code "Division" "systemtest/mcc-execute.tests/test-division" 2
runtest_exit_code "Modulo" "systemtest/mcc-execute.tests/test-modulo" 1