mirror of
https://github.com/ascii-boxes/boxes.git
synced 2025-02-01 10:29:24 +01:00
Update function name to be wrapped in unit testing Makefile
This commit is contained in:
parent
03c79973f0
commit
d2c44c04e0
@ -21,7 +21,7 @@ VPATH = $(SRC_DIR):$(SRC_DIR)/misc:$(UTEST_DIR)
|
|||||||
|
|
||||||
UTEST_NORM = global_mock.c bxstring_test.o cmdline_test.c tools_test.c regulex_test.o main.o unicode_test.o \
|
UTEST_NORM = global_mock.c bxstring_test.o cmdline_test.c tools_test.c regulex_test.o main.o unicode_test.o \
|
||||||
utest_tools.o
|
utest_tools.o
|
||||||
MOCKS = bx_fprintf
|
MOCKS = bx_fprintf_original
|
||||||
|
|
||||||
.PHONY: check_dir flags_unix flags_darwin flags_win32 flags_ utest
|
.PHONY: check_dir flags_unix flags_darwin flags_win32 flags_ utest
|
||||||
|
|
||||||
|
Loading…
Reference in New Issue
Block a user