From 76654319325efadf9ef19f4ce181397ad53f6914 Mon Sep 17 00:00:00 2001 From: nsfisis Date: Sun, 15 Mar 2026 12:35:04 +0900 Subject: feat: partially implement bit-fields --- tests/helpers.sh | 6 ++++++ 1 file changed, 6 insertions(+) (limited to 'tests/helpers.sh') diff --git a/tests/helpers.sh b/tests/helpers.sh index b8de8a9..09de3df 100644 --- a/tests/helpers.sh +++ b/tests/helpers.sh @@ -74,3 +74,9 @@ function test_example() { diff -u expected output } + +function test_example_compile_only() { + filename="../../../examples/$1.c" + + "$ducc" "${CFLAGS:-}" -I ../../../tests -o a.out "$filename" +} -- cgit v1.3.1