wine/dlls/ucrtbase/tests/Makefile.in
Jacek Caban f202beb745 ucrtbase/tests: Build with -fno-builtin.
Some of tested functions are handled as builtin compiler functions. We
always want to test our actual implementation.

Signed-off-by: Jacek Caban <jacek@codeweavers.com>
Signed-off-by: Alexandre Julliard <julliard@winehq.org>
2020-03-16 21:42:50 +01:00

10 lines
135 B
Makefile

TESTDLL = ucrtbase.dll
IMPORTS = ucrtbase
EXTRADEFS = -fno-builtin
C_SRCS = \
cpp.c \
misc.c \
printf.c \
scanf.c \
string.c