| ... | @@ -22,7 +22,9 @@ case "$1" in | ... | @@ -22,7 +22,9 @@ case "$1" in |
| 22 | steps="\ | 22 | steps="\ |
| 23 | test-compiler-rt \ | 23 | test-compiler-rt \ |
| 24 | test-minilibc \ | 24 | test-minilibc \ |
| 25 | test-compare-output" | 25 | test-compare-output \ |
| | 26 | test-translate-c \ |
| | 27 | test-run-translated-c" |
| 26 | ;; | 28 | ;; |
| 27 | '') | 29 | '') |
| 28 | echo "error: expecting test group argument" | 30 | echo "error: expecting test group argument" |