kit

kit
git clone https://git.ryansepassi.com/git/kit.git
Log | Files | Refs | README

commit 8c0db5d16871b34e32f57be0a35b43b3186fe50b
parent 3aa84f3fb451b7cf4851639ddf223595bf6e230e
Author: Ryan Sepassi <rsepassi@gmail.com>
Date:   Mon, 11 May 2026 11:30:06 -0700

test/parse/run.sh fixup -I for cfree-roundtrip.c

Diffstat:
Mtest/parse/run.sh | 2+-
1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/test/parse/run.sh b/test/parse/run.sh @@ -146,7 +146,7 @@ fi # cfree-roundtrip — for path R. if [ ! -x "$ROUNDTRIP_BIN" ]; then - if $CC -I"$ROOT/include" -I"$ROOT/test" "$ROOT/test/elf/cfree-roundtrip.c" "$LIB_AR" \ + if $CC -I"$ROOT/include" -I"$ROOT/src" "$ROOT/test/elf/cfree-roundtrip.c" "$LIB_AR" \ -o "$ROUNDTRIP_BIN" 2>"$BUILD_DIR/cfree-roundtrip.err"; then have_roundtrip=1 printf ' %s cfree-roundtrip\n' "$(color_grn built)"