build: Re-add test-translate-c and test-run-translated-c

This commit is contained in:
LemonBoy
2021-04-25 17:02:48 +02:00
parent ae15022406
commit 0340ed3a9e

View File

@@ -22,7 +22,9 @@ case "$1" in
steps="\
test-compiler-rt \
test-minilibc \
test-compare-output"
test-compare-output \
test-translate-c \
test-run-translated-c"
;;
'')
echo "error: expecting test group argument"