From 472b37fbf06e3588ff8ec9496aef44758ebf1bc3 Mon Sep 17 00:00:00 2001 From: Michael Smith Date: Sat, 29 Jul 2023 13:24:03 +0100 Subject: Fix another x86 case and add regression tests --- compile | 2 ++ 1 file changed, 2 insertions(+) (limited to 'compile') diff --git a/compile b/compile index fc88c10..bf01493 100755 --- a/compile +++ b/compile @@ -102,5 +102,7 @@ $HOSTCC -O2 -g3 -include test/test.h -o .build/bitbuf.test test/bitbuf.test.c #.build/hook.test $HOSTCC -O2 -g3 -include test/test.h -o .build/kv.test test/kv.test.c .build/kv.test +$HOSTCC -O2 -g3 -include test/test.h -o .build/x86.test test/x86.test.c +.build/x86.test # vi: sw=4 tw=4 noet tw=80 cc=80 -- cgit v1.2.3