diff options
| author | Andrew Kelley <andrew@ziglang.org> | 2021-04-25 19:12:06 -0400 |
|---|---|---|
| committer | GitHub <noreply@github.com> | 2021-04-25 19:12:06 -0400 |
| commit | 2fc6b347ec66650cd1702c63104fc45148658b15 (patch) | |
| tree | fe102bc1693efb2d3254192ca4f0f10313ed6fd5 /ci | |
| parent | 6f61594692af846226880e5903ad26a922014d55 (diff) | |
| parent | 82f1d592fae021fcfc737e3cb6c107b325fcf1ee (diff) | |
| download | zig-2fc6b347ec66650cd1702c63104fc45148658b15.tar.gz zig-2fc6b347ec66650cd1702c63104fc45148658b15.zip | |
Merge pull request #8616 from LemonBoy/fn-align
Function pointer alignment
Diffstat (limited to 'ci')
| -rwxr-xr-x | ci/drone/linux_script_test | 4 |
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" |
