mirror of
git://source.winehq.org/git/wine.git
synced 2024-11-05 18:01:34 +00:00
f202beb745
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>
10 lines
135 B
Makefile
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
|