aboutsummaryrefslogtreecommitdiff
path: root/ci/drone/linux_script_test
diff options
context:
space:
mode:
authorAndrew Kelley <andrew@ziglang.org>2021-04-25 19:12:06 -0400
committerGitHub <noreply@github.com>2021-04-25 19:12:06 -0400
commit2fc6b347ec66650cd1702c63104fc45148658b15 (patch)
treefe102bc1693efb2d3254192ca4f0f10313ed6fd5 /ci/drone/linux_script_test
parent6f61594692af846226880e5903ad26a922014d55 (diff)
parent82f1d592fae021fcfc737e3cb6c107b325fcf1ee (diff)
downloadzig-2fc6b347ec66650cd1702c63104fc45148658b15.tar.gz
zig-2fc6b347ec66650cd1702c63104fc45148658b15.zip
Merge pull request #8616 from LemonBoy/fn-align
Function pointer alignment
Diffstat (limited to 'ci/drone/linux_script_test')
-rwxr-xr-xci/drone/linux_script_test4
1 files changed, 3 insertions, 1 deletions
diff --git a/ci/drone/linux_script_test b/ci/drone/linux_script_test
index d59a2008ba..a8e497a619 100755
--- a/ci/drone/linux_script_test
+++ b/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"