commit:     5dc3eca9297aa7f5908411f7763770a0294631e2
Author:     Eric Joldasov <bratishkaerik <AT> getgoogleoff <DOT> me>
AuthorDate: Wed Feb 21 04:19:47 2024 +0000
Commit:     Florian Schmaus <flow <AT> gentoo <DOT> org>
CommitDate: Wed Feb 28 09:11:19 2024 +0000
URL:        https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=5dc3eca9

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 <AT> getgoogleoff.me>
Closes: https://github.com/gentoo/gentoo/pull/35457
Signed-off-by: Florian Schmaus <flow <AT> gentoo.org>

 dev-lang/zig/zig-9999.ebuild | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

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
        )

Reply via email to