Consolidate unit testing code
This commit is contained in:
@@ -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
|
||||
|
||||
|
||||
Reference in New Issue
Block a user