xref: /aoo41x/main/solenv/inc/_cppunit.mk (revision d71964d5)
1*d71964d5SAndrew Rist# *************************************************************
2*d71964d5SAndrew Rist#
3*d71964d5SAndrew Rist#  Licensed to the Apache Software Foundation (ASF) under one
4*d71964d5SAndrew Rist#  or more contributor license agreements.  See the NOTICE file
5*d71964d5SAndrew Rist#  distributed with this work for additional information
6*d71964d5SAndrew Rist#  regarding copyright ownership.  The ASF licenses this file
7*d71964d5SAndrew Rist#  to you under the Apache License, Version 2.0 (the
8*d71964d5SAndrew Rist#  "License"); you may not use this file except in compliance
9*d71964d5SAndrew Rist#  with the License.  You may obtain a copy of the License at
10*d71964d5SAndrew Rist#
11*d71964d5SAndrew Rist#    http://www.apache.org/licenses/LICENSE-2.0
12*d71964d5SAndrew Rist#
13*d71964d5SAndrew Rist#  Unless required by applicable law or agreed to in writing,
14*d71964d5SAndrew Rist#  software distributed under the License is distributed on an
15*d71964d5SAndrew Rist#  "AS IS" BASIS, WITHOUT WARRANTIES OR CONDITIONS OF ANY
16*d71964d5SAndrew Rist#  KIND, either express or implied.  See the License for the
17*d71964d5SAndrew Rist#  specific language governing permissions and limitations
18*d71964d5SAndrew Rist#  under the License.
19*d71964d5SAndrew Rist#
20*d71964d5SAndrew Rist# *************************************************************
21cdf0e10cSrcweir# unroll begin
22cdf0e10cSrcweir# ---- create the test libraries ------------------------------------
23cdf0e10cSrcweir
24cdf0e10cSrcweir.IF "$(SHL1TARGETN)"!=""
25cdf0e10cSrcweirALLTAR : test1
26cdf0e10cSrcweirtest1 .PHONY : $(SHL1TARGETN)
27cdf0e10cSrcweir		@echo ----------------------------------------------------------
28cdf0e10cSrcweir		@echo - start unit test \#1 on library $(SHL1TARGETN)
29cdf0e10cSrcweir		@echo ----------------------------------------------------------
30cdf0e10cSrcweir		$(CPPUNITTESTER) $(SHL1TARGETN)
31cdf0e10cSrcweir.ENDIF
32cdf0e10cSrcweir
33cdf0e10cSrcweir# unroll begin
34cdf0e10cSrcweir# ---- create the test libraries ------------------------------------
35cdf0e10cSrcweir
36cdf0e10cSrcweir.IF "$(SHL2TARGETN)"!=""
37cdf0e10cSrcweirALLTAR : test2
38cdf0e10cSrcweirtest2 .PHONY : $(SHL2TARGETN)
39cdf0e10cSrcweir		@echo ----------------------------------------------------------
40cdf0e10cSrcweir		@echo - start unit test \#2 on library $(SHL2TARGETN)
41cdf0e10cSrcweir		@echo ----------------------------------------------------------
42cdf0e10cSrcweir		$(CPPUNITTESTER) $(SHL2TARGETN)
43cdf0e10cSrcweir.ENDIF
44cdf0e10cSrcweir
45cdf0e10cSrcweir# unroll begin
46cdf0e10cSrcweir# ---- create the test libraries ------------------------------------
47cdf0e10cSrcweir
48cdf0e10cSrcweir.IF "$(SHL3TARGETN)"!=""
49cdf0e10cSrcweirALLTAR : test3
50cdf0e10cSrcweirtest3 .PHONY : $(SHL3TARGETN)
51cdf0e10cSrcweir		@echo ----------------------------------------------------------
52cdf0e10cSrcweir		@echo - start unit test \#3 on library $(SHL3TARGETN)
53cdf0e10cSrcweir		@echo ----------------------------------------------------------
54cdf0e10cSrcweir		$(CPPUNITTESTER) $(SHL3TARGETN)
55cdf0e10cSrcweir.ENDIF
56cdf0e10cSrcweir
57cdf0e10cSrcweir# unroll begin
58cdf0e10cSrcweir# ---- create the test libraries ------------------------------------
59cdf0e10cSrcweir
60cdf0e10cSrcweir.IF "$(SHL4TARGETN)"!=""
61cdf0e10cSrcweirALLTAR : test4
62cdf0e10cSrcweirtest4 .PHONY : $(SHL4TARGETN)
63cdf0e10cSrcweir		@echo ----------------------------------------------------------
64cdf0e10cSrcweir		@echo - start unit test \#4 on library $(SHL4TARGETN)
65cdf0e10cSrcweir		@echo ----------------------------------------------------------
66cdf0e10cSrcweir		$(CPPUNITTESTER) $(SHL4TARGETN)
67cdf0e10cSrcweir.ENDIF
68cdf0e10cSrcweir
69cdf0e10cSrcweir# unroll begin
70cdf0e10cSrcweir# ---- create the test libraries ------------------------------------
71cdf0e10cSrcweir
72cdf0e10cSrcweir.IF "$(SHL5TARGETN)"!=""
73cdf0e10cSrcweirALLTAR : test5
74cdf0e10cSrcweirtest5 .PHONY : $(SHL5TARGETN)
75cdf0e10cSrcweir		@echo ----------------------------------------------------------
76cdf0e10cSrcweir		@echo - start unit test \#5 on library $(SHL5TARGETN)
77cdf0e10cSrcweir		@echo ----------------------------------------------------------
78cdf0e10cSrcweir		$(CPPUNITTESTER) $(SHL5TARGETN)
79cdf0e10cSrcweir.ENDIF
80cdf0e10cSrcweir
81cdf0e10cSrcweir# unroll begin
82cdf0e10cSrcweir# ---- create the test libraries ------------------------------------
83cdf0e10cSrcweir
84cdf0e10cSrcweir.IF "$(SHL6TARGETN)"!=""
85cdf0e10cSrcweirALLTAR : test6
86cdf0e10cSrcweirtest6 .PHONY : $(SHL6TARGETN)
87cdf0e10cSrcweir		@echo ----------------------------------------------------------
88cdf0e10cSrcweir		@echo - start unit test \#6 on library $(SHL6TARGETN)
89cdf0e10cSrcweir		@echo ----------------------------------------------------------
90cdf0e10cSrcweir		$(CPPUNITTESTER) $(SHL6TARGETN)
91cdf0e10cSrcweir.ENDIF
92cdf0e10cSrcweir
93cdf0e10cSrcweir# unroll begin
94cdf0e10cSrcweir# ---- create the test libraries ------------------------------------
95cdf0e10cSrcweir
96cdf0e10cSrcweir.IF "$(SHL7TARGETN)"!=""
97cdf0e10cSrcweirALLTAR : test7
98cdf0e10cSrcweirtest7 .PHONY : $(SHL7TARGETN)
99cdf0e10cSrcweir		@echo ----------------------------------------------------------
100cdf0e10cSrcweir		@echo - start unit test \#7 on library $(SHL7TARGETN)
101cdf0e10cSrcweir		@echo ----------------------------------------------------------
102cdf0e10cSrcweir		$(CPPUNITTESTER) $(SHL7TARGETN)
103cdf0e10cSrcweir.ENDIF
104cdf0e10cSrcweir
105cdf0e10cSrcweir# unroll begin
106cdf0e10cSrcweir# ---- create the test libraries ------------------------------------
107cdf0e10cSrcweir
108cdf0e10cSrcweir.IF "$(SHL8TARGETN)"!=""
109cdf0e10cSrcweirALLTAR : test8
110cdf0e10cSrcweirtest8 .PHONY : $(SHL8TARGETN)
111cdf0e10cSrcweir		@echo ----------------------------------------------------------
112cdf0e10cSrcweir		@echo - start unit test \#8 on library $(SHL8TARGETN)
113cdf0e10cSrcweir		@echo ----------------------------------------------------------
114cdf0e10cSrcweir		$(CPPUNITTESTER) $(SHL8TARGETN)
115cdf0e10cSrcweir.ENDIF
116cdf0e10cSrcweir
117cdf0e10cSrcweir# unroll begin
118cdf0e10cSrcweir# ---- create the test libraries ------------------------------------
119cdf0e10cSrcweir
120cdf0e10cSrcweir.IF "$(SHL9TARGETN)"!=""
121cdf0e10cSrcweirALLTAR : test9
122cdf0e10cSrcweirtest9 .PHONY : $(SHL9TARGETN)
123cdf0e10cSrcweir		@echo ----------------------------------------------------------
124cdf0e10cSrcweir		@echo - start unit test \#9 on library $(SHL9TARGETN)
125cdf0e10cSrcweir		@echo ----------------------------------------------------------
126cdf0e10cSrcweir		$(CPPUNITTESTER) $(SHL9TARGETN)
127cdf0e10cSrcweir.ENDIF
128cdf0e10cSrcweir
129cdf0e10cSrcweir# unroll begin
130cdf0e10cSrcweir# ---- create the test libraries ------------------------------------
131cdf0e10cSrcweir
132cdf0e10cSrcweir.IF "$(SHL10TARGETN)"!=""
133cdf0e10cSrcweirALLTAR : test10
134cdf0e10cSrcweirtest10 .PHONY : $(SHL10TARGETN)
135cdf0e10cSrcweir		@echo ----------------------------------------------------------
136cdf0e10cSrcweir		@echo - start unit test \#10 on library $(SHL10TARGETN)
137cdf0e10cSrcweir		@echo ----------------------------------------------------------
138cdf0e10cSrcweir		$(CPPUNITTESTER) $(SHL10TARGETN)
139cdf0e10cSrcweir.ENDIF
140cdf0e10cSrcweir
141