diff options
author | Eric Joldasov <bratishkaerik@getgoogleoff.me> | 2024-02-21 10:19:47 +0600 |
---|---|---|
committer | Florian Schmaus <flow@gentoo.org> | 2024-02-28 10:11:19 +0100 |
commit | 5dc3eca9297aa7f5908411f7763770a0294631e2 (patch) | |
tree | fb23fe3be71abcd957ee56d6de5b11f0ad8167d1 /dev-lang | |
parent | app-admin/syslog-ng: fix automagic dependency on net-libs/paho-mqtt-c (diff) | |
download | gentoo-5dc3eca9297aa7f5908411f7763770a0294631e2.tar.gz gentoo-5dc3eca9297aa7f5908411f7763770a0294631e2.tar.bz2 gentoo-5dc3eca9297aa7f5908411f7763770a0294631e2.zip |
dev-lang/zig: add "test-c-import" step in 9999
Extracted from "test-behaviour" in
https://www.github.com/ziglang/zig/pull/19016 .
Signed-off-by: Eric Joldasov <bratishkaerik@getgoogleoff.me>
Closes: https://github.com/gentoo/gentoo/pull/35457
Signed-off-by: Florian Schmaus <flow@gentoo.org>
Diffstat (limited to 'dev-lang')
-rw-r--r-- | dev-lang/zig/zig-9999.ebuild | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/dev-lang/zig/zig-9999.ebuild b/dev-lang/zig/zig-9999.ebuild index 4628af24780a..d3ce3edd625b 100644 --- a/dev-lang/zig/zig-9999.ebuild +++ b/dev-lang/zig/zig-9999.ebuild @@ -179,7 +179,7 @@ src_test() { local ZIG_TEST_ARGS="-Dstatic-llvm=false -Denable-llvm -Dskip-non-native \ -Doptimize=ReleaseSafe -Dtarget=$(get_zig_target) -Dcpu=$(get_zig_mcpu)" local ZIG_TEST_STEPS=( - test-cases test-fmt test-behavior test-compiler-rt test-universal-libc test-compare-output + test-fmt test-cases test-behavior test-c-import test-compiler-rt test-universal-libc test-compare-output test-standalone test-c-abi test-link test-stack-traces test-cli test-asm-link test-translate-c test-run-translated-c test-std ) |