| author | |
| committer | |
| log | 0340ed3a9e3fd62e5f8021f2755a26fb3497123e |
| tree | 6b42c9979968d68a0a19ed673b83c8811f307057 |
| parent | ae15022406e5d59787195130cfd5261c6336f41c |
1 files changed, 3 insertions(+), 1 deletions(-)
ci/drone/linux_script_test+3-1| ... | ... | @@ -22,7 +22,9 @@ case "$1" in |
| 22 | 22 | steps="\ |
| 23 | 23 | test-compiler-rt \ |
| 24 | 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 | 30 | echo "error: expecting test group argument" |