terminal/src/project.unittest.inc
Dustin Howett d4d59fa339 Initial release of the Windows Terminal source code
This commit introduces all of the Windows Terminal and Console Host source,
under the MIT license.
2019-05-02 15:29:04 -07:00

37 lines
1.1 KiB
PHP

# -------------------------------------
# Windows Console
# - Common Test Project Configuration
# -------------------------------------
!include project.inc
# -------------------------------------
# Preprocessor Settings
# -------------------------------------
C_DEFINES = $(C_DEFINES) -DINLINE_TEST_METHOD_MARKUP -DUNIT_TESTING
# -------------------------------------
# Program Information
# -------------------------------------
TARGET_DESTINATION = UnitTests
UNIVERSAL_TEST = 1
TEST_CODE = 1
# -------------------------------------
# Common Console Includes and Libraries
# -------------------------------------
INCLUDES = \
$(INCLUDES); \
$(CONSOLE_SRC_PATH)\inc\test; \
$(ONECORESDKTOOLS_INTERNAL_INC_PATH_L)\wextest\cue; \
TARGETLIBS = \
$(TARGETLIBS) \
$(ONECORE_SDK_LIB_VPATH)\onecore.lib \
$(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 \