fix build && add auto run for tests

This commit is contained in:
2025-05-29 13:46:26 +05:00
parent 5e441a984f
commit 6ff2ed0386
2 changed files with 12 additions and 1 deletions

View File

@@ -26,7 +26,7 @@ KOLIBRIOS_REPO = $(abspath ../kolibrios)
SDK_DIR = $(KOLIBRIOS_REPO)/contrib/sdk
NewLib_DIR = $(SDK_DIR)/sources/newlib
SYSCFLAGS = -fno-ident -fomit-frame-pointer -U__WIN32__ -U_Win32 -U_WIN32 -U__MINGW32__ -UWIN32 -I$(NewLib_DIR)/libc/include -I$(TOOLCHAIN_PATH)/include/lua$(LUA_V)
SYSCFLAGS = -fno-ident -fomit-frame-pointer -U__WIN32__ -U_Win32 -U_WIN32 -U__MINGW32__ -UWIN32 -I$(NewLib_DIR)/libc/include -I$(TOOLCHAIN_PATH)/include -I$(TOOLCHAIN_PATH)/include/lua$(LUA_V)
SYSLIBS = -L $(SDK_DIR)/lib -lgcc -lc.dll -ldll
MYCFLAGS =
MYLDFLAGS =

11
tests/run_tests.sh Normal file
View File

@@ -0,0 +1,11 @@
#SHS
# Graphic
../lua helloWorld.lua
../lua SystemColors.lua
# IPC tests
../lua ipc_get.lua
../lua ipc_send.lua