Consolidate unit testing code

This commit is contained in:
2026-02-24 23:15:02 -05:00
parent a7027873ab
commit 2c2d4e44bb
12 changed files with 74 additions and 88 deletions

View File

@@ -29,7 +29,7 @@ ifeq "$(OS)" "Linux"
LUPREX_EXE:=luprex
LUPREXLIB_DLL:=luprexlib.so
LUPREXSTATIC_EXE:=luprexstatic
COMPILE:=g++ -Wall $(OPT) -std=c++20 -fvisibility=hidden -c -MMD -fPIC -o
COMPILE:=g++ -Wall $(OPT) -std=c++20 -fvisibility=hidden -c -MMD -MP -fPIC -o
LINKDLL:=g++ -Wall $(OPT) -std=c++20 -export-dynamic -Wl,--no-allow-shlib-undefined -Wl,-z,defs -shared -o
LINKEXE:=g++ -Wall $(OPT) -std=c++20 -export-dynamic -o
MAKEDEPS:=true
@@ -84,7 +84,7 @@ BASE_CORE := \
traceback planemap pprint luavector idalloc sched http \
json table luasnap animqueue streambuffer source world-core world-accessor \
world-difftab world-diffxmit world-pairtab world-testing lpxserver lpxclient \
eng-tests printbuffer serializelua
unit-testing printbuffer serializelua
BASE_DRV := driver drvutil sslutil readline