summaryrefslogtreecommitdiffhomepage
path: root/compile.bat
diff options
context:
space:
mode:
authorMichael Smith <mikesmiffy128@gmail.com>2023-07-29 13:24:03 +0100
committerMichael Smith <mikesmiffy128@gmail.com>2023-08-02 01:08:29 +0100
commit472b37fbf06e3588ff8ec9496aef44758ebf1bc3 (patch)
tree39dc5411507cb967de6a6ee4b99d60e5670a1826 /compile.bat
parent1e310fa30a1bca4448f47116f5d05037cc2ada1a (diff)
Fix another x86 case and add regression tests
Diffstat (limited to 'compile.bat')
-rw-r--r--compile.bat2
1 files changed, 2 insertions, 0 deletions
diff --git a/compile.bat b/compile.bat
index 67b35f4..75ac2fe 100644
--- a/compile.bat
+++ b/compile.bat
@@ -121,6 +121,8 @@ del .build\sst.lib
.build\hook.test.exe || exit /b
%HOSTCC% -O2 -g -include test/test.h -o .build/kv.test.exe test/kv.test.c || exit /b
.build\kv.test.exe || exit /b
+%HOSTCC% -O2 -g -include test/test.h -o .build/x86.test.exe test/x86.test.c || exit /b
+.build\x86.test.exe || exit /b
endlocal