summaryrefslogtreecommitdiff
path: root/solenv/inc/_cppunit.mk
blob: 27a6dc95c22522c6f1deb41de65f2bb91718e5b3 (plain)
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
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
75
76
77
78
79
80
81
82
83
84
85
86
87
88
89
90
91
92
93
94
95
96
97
98
99
100
101
102
103
104
105
106
107
108
109
110
111
112
113
114
115
116
117
118
119
120
121
122
123
124
125
126
127
128
129
130
131
132
133
134
135
136
137
138
139
140
141
142
143
144
.IF "$(TESTOPT)"==""
    TESTOPT="-onlyerrors"
.ENDIF

# unroll begin
# ---- create the test libraries ------------------------------------

TEST1LIB=$(SHL1TARGETN)

.IF "$(SHL1TARGET)"!=""
test : test1
test1: ALLTAR
        @+echo ----------------------------------------------------------
        @+echo - start cppunit test \#1 on library $(TEST1LIB)
        @+echo ----------------------------------------------------------
        testshl2 $(TEST1LIB) $(TESTOPT)
.ENDIF

# unroll begin
# ---- create the test libraries ------------------------------------

TEST2LIB=$(SHL2TARGETN)

.IF "$(SHL2TARGET)"!=""
test : test2
test2: ALLTAR
        @+echo ----------------------------------------------------------
        @+echo - start cppunit test \#2 on library $(TEST2LIB)
        @+echo ----------------------------------------------------------
        testshl2 $(TEST2LIB) $(TESTOPT)
.ENDIF

# unroll begin
# ---- create the test libraries ------------------------------------

TEST3LIB=$(SHL3TARGETN)

.IF "$(SHL3TARGET)"!=""
test : test3
test3: ALLTAR
        @+echo ----------------------------------------------------------
        @+echo - start cppunit test \#3 on library $(TEST3LIB)
        @+echo ----------------------------------------------------------
        testshl2 $(TEST3LIB) $(TESTOPT)
.ENDIF

# unroll begin
# ---- create the test libraries ------------------------------------

TEST4LIB=$(SHL4TARGETN)

.IF "$(SHL4TARGET)"!=""
test : test4
test4: ALLTAR
        @+echo ----------------------------------------------------------
        @+echo - start cppunit test \#4 on library $(TEST4LIB)
        @+echo ----------------------------------------------------------
        testshl2 $(TEST4LIB) $(TESTOPT)
.ENDIF

# unroll begin
# ---- create the test libraries ------------------------------------

TEST5LIB=$(SHL5TARGETN)

.IF "$(SHL5TARGET)"!=""
test : test5
test5: ALLTAR
        @+echo ----------------------------------------------------------
        @+echo - start cppunit test \#5 on library $(TEST5LIB)
        @+echo ----------------------------------------------------------
        testshl2 $(TEST5LIB) $(TESTOPT)
.ENDIF

# unroll begin
# ---- create the test libraries ------------------------------------

TEST6LIB=$(SHL6TARGETN)

.IF "$(SHL6TARGET)"!=""
test : test6
test6: ALLTAR
        @+echo ----------------------------------------------------------
        @+echo - start cppunit test \#6 on library $(TEST6LIB)
        @+echo ----------------------------------------------------------
        testshl2 $(TEST6LIB) $(TESTOPT)
.ENDIF

# unroll begin
# ---- create the test libraries ------------------------------------

TEST7LIB=$(SHL7TARGETN)

.IF "$(SHL7TARGET)"!=""
test : test7
test7: ALLTAR
        @+echo ----------------------------------------------------------
        @+echo - start cppunit test \#7 on library $(TEST7LIB)
        @+echo ----------------------------------------------------------
        testshl2 $(TEST7LIB) $(TESTOPT)
.ENDIF

# unroll begin
# ---- create the test libraries ------------------------------------

TEST8LIB=$(SHL8TARGETN)

.IF "$(SHL8TARGET)"!=""
test : test8
test8: ALLTAR
        @+echo ----------------------------------------------------------
        @+echo - start cppunit test \#8 on library $(TEST8LIB)
        @+echo ----------------------------------------------------------
        testshl2 $(TEST8LIB) $(TESTOPT)
.ENDIF

# unroll begin
# ---- create the test libraries ------------------------------------

TEST9LIB=$(SHL9TARGETN)

.IF "$(SHL9TARGET)"!=""
test : test9
test9: ALLTAR
        @+echo ----------------------------------------------------------
        @+echo - start cppunit test \#9 on library $(TEST9LIB)
        @+echo ----------------------------------------------------------
        testshl2 $(TEST9LIB) $(TESTOPT)
.ENDIF

# unroll begin
# ---- create the test libraries ------------------------------------

TEST10LIB=$(SHL10TARGETN)

.IF "$(SHL10TARGET)"!=""
test : test10
test10: ALLTAR
        @+echo ----------------------------------------------------------
        @+echo - start cppunit test \#10 on library $(TEST10LIB)
        @+echo ----------------------------------------------------------
        testshl2 $(TEST10LIB) $(TESTOPT)
.ENDIF