authorgravatar for thatlemon@gmail.comLemonBoy <thatlemon@gmail.com> 2021-04-25 17:02:48+02:00
committergravatar for thatlemon@gmail.comLemonBoy <thatlemon@gmail.com> 2021-04-25 17:02:48+02:00
log0340ed3a9e3fd62e5f8021f2755a26fb3497123e
tree6b42c9979968d68a0a19ed673b83c8811f307057
parentae15022406e5d59787195130cfd5261c6336f41c

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


1 files changed, 3 insertions(+), 1 deletions(-)

ci/drone/linux_script_test+3-1
......@@ -22,7 +22,9 @@ case "$1" in
2222 steps="\
2323 test-compiler-rt \
2424 test-minilibc \
25 test-compare-output"
25 test-compare-output \
26 test-translate-c \
27 test-run-translated-c"
2628 ;;
2729 '')
2830 echo "error: expecting test group argument"