-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathTargetdirs
More file actions
43 lines (34 loc) · 943 Bytes
/
Copy pathTargetdirs
File metadata and controls
43 lines (34 loc) · 943 Bytes
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
37
38
39
40
41
42
43
#
# Copyright (c) 2015, Oracle and/or its affiliates. All rights reserved.
#
CTIDIR.BIN = /bin
CTIDIR.CONFIG = /config
CTIDIR.LIB = /lib
CTIDIRS = $(CTIDIR.BIN) $(CTIDIR.CONFIG) $(CTIDIR.LIB)
ROOT.TEST = /tests \
/tests/functional \
/tests/functional/test01 \
/tests/functional/test02 \
/tests/functional/test03 \
/tests/functional/test04 \
/tests/functional/test05 \
/tests/functional/float \
/tests/stress \
/tests/stress/maxvf \
/tests/stress/multidom \
/tests/mix \
/tests/mix/nicfc \
/tests/mix/nicib \
/tests/mix/nicfcib
TARGETDIRS = $(CTIDIRS) $(ROOT.TEST)
TETFILES = tet_scen \
STC.INFO \
README
#
# Set this to TRUE if the tet thread libraries
# are required.
#
TET_THREADS =
# prepend the ROOT prefix
ROOTDIRS = $(TARGETDIRS:%=$(ROOT)%)
include $(CTI_ROOT)/Makefiles/Makefile.defs