!include ..\sources.test.inc

# -------------------------------------
# Program Information
# -------------------------------------

TARGETNAME              = Microsoft.Console.Host.UnitTests
TARGETTYPE              = DYNLINK
DLLDEF                  =

# -------------------------------------
# Sources, Headers, and Libraries
# -------------------------------------

SOURCES = \
    $(SOURCES) \
    ApiRoutinesTests.cpp \
    AliasTests.cpp \
    SearchTests.cpp \
    HistoryTests.cpp \
    UtilsTests.cpp \
    ConsoleArgumentsTests.cpp \
    ScreenBufferTests.cpp \
    TextBufferIteratorTests.cpp \
    TextBufferTests.cpp \
    ClipboardTests.cpp \
    SelectionTests.cpp \
    OutputCellIteratorTests.cpp \
    InitTests.cpp \
    TitleTests.cpp \
    InputBufferTests.cpp \
    VtIoTests.cpp \
    ViewportTests.cpp \
    ConsoleArgumentsTests.cpp \
    ObjectTests.cpp \
    DefaultResource.rc \


INCLUDES = \
    $(INCLUDES); \
    ..\..\inc\test; \
    $(ONECORESDKTOOLS_INTERNAL_INC_PATH_L)\wextest\cue; \

TARGETLIBS = \
    $(WINCORE_OBJ_PATH)\console\open\src\host\ut_lib\$(O)\ConhostV2.Unittest.lib \
    $(TARGETLIBS) \
    $(ONECORESDKTOOLS_INTERNAL_LIB_PATH_L)\WexTest\Cue\Wex.Common.lib \
    $(ONECORESDKTOOLS_INTERNAL_LIB_PATH_L)\WexTest\Cue\Wex.Logger.lib \
    $(ONECORESDKTOOLS_INTERNAL_LIB_PATH_L)\WexTest\Cue\Te.Common.lib \



# -------------------------------------
# Localization
# -------------------------------------

# Autogenerated. Sets file name for Device Guard whitelisting effort, used in RC.exe.
C_DEFINES               =   $(C_DEFINES) -D___TARGETNAME="""$(TARGETNAME).$(TARGETTYPE)""" -D__INSIDE_WINDOWS
MUI_VERIFY_NO_LOC_RESOURCE = 1
