-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathproject.unittest.inc
More file actions
36 lines (28 loc) · 1.09 KB
/
Copy pathproject.unittest.inc
File metadata and controls
36 lines (28 loc) · 1.09 KB
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
# -------------------------------------
# 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 \