Commit 0340ed3a9e

LemonBoy <thatlemon@gmail.com>
2021-04-25 17:02:48
build: Re-add test-translate-c and test-run-translated-c
1 parent ae15022
Changed files (1)
ci/drone/linux_script_test
@@ -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"