# *************************************************************
#  
#  Licensed to the Apache Software Foundation (ASF) under one
#  or more contributor license agreements.  See the NOTICE file
#  distributed with this work for additional information
#  regarding copyright ownership.  The ASF licenses this file
#  to you under the Apache License, Version 2.0 (the
#  "License"); you may not use this file except in compliance
#  with the License.  You may obtain a copy of the License at
#  
#    http://www.apache.org/licenses/LICENSE-2.0
#  
#  Unless required by applicable law or agreed to in writing,
#  software distributed under the License is distributed on an
#  "AS IS" BASIS, WITHOUT WARRANTIES OR CONDITIONS OF ANY
#  KIND, either express or implied.  See the License for the
#  specific language governing permissions and limitations
#  under the License.
#  
# *************************************************************
# unroll begin
# ---- create the test libraries ------------------------------------

.IF "$(SHL1TARGETN)"!=""
ALLTAR : test1
test1 .PHONY : $(SHL1TARGETN)
		@echo ----------------------------------------------------------
		@echo - start unit test \#1 on library $(SHL1TARGETN)
		@echo ----------------------------------------------------------
		$(CPPUNITTESTER) $(SHL1TARGETN)
.ENDIF

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

.IF "$(SHL2TARGETN)"!=""
ALLTAR : test2
test2 .PHONY : $(SHL2TARGETN)
		@echo ----------------------------------------------------------
		@echo - start unit test \#2 on library $(SHL2TARGETN)
		@echo ----------------------------------------------------------
		$(CPPUNITTESTER) $(SHL2TARGETN)
.ENDIF

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

.IF "$(SHL3TARGETN)"!=""
ALLTAR : test3
test3 .PHONY : $(SHL3TARGETN)
		@echo ----------------------------------------------------------
		@echo - start unit test \#3 on library $(SHL3TARGETN)
		@echo ----------------------------------------------------------
		$(CPPUNITTESTER) $(SHL3TARGETN)
.ENDIF

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

.IF "$(SHL4TARGETN)"!=""
ALLTAR : test4
test4 .PHONY : $(SHL4TARGETN)
		@echo ----------------------------------------------------------
		@echo - start unit test \#4 on library $(SHL4TARGETN)
		@echo ----------------------------------------------------------
		$(CPPUNITTESTER) $(SHL4TARGETN)
.ENDIF

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

.IF "$(SHL5TARGETN)"!=""
ALLTAR : test5
test5 .PHONY : $(SHL5TARGETN)
		@echo ----------------------------------------------------------
		@echo - start unit test \#5 on library $(SHL5TARGETN)
		@echo ----------------------------------------------------------
		$(CPPUNITTESTER) $(SHL5TARGETN)
.ENDIF

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

.IF "$(SHL6TARGETN)"!=""
ALLTAR : test6
test6 .PHONY : $(SHL6TARGETN)
		@echo ----------------------------------------------------------
		@echo - start unit test \#6 on library $(SHL6TARGETN)
		@echo ----------------------------------------------------------
		$(CPPUNITTESTER) $(SHL6TARGETN)
.ENDIF

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

.IF "$(SHL7TARGETN)"!=""
ALLTAR : test7
test7 .PHONY : $(SHL7TARGETN)
		@echo ----------------------------------------------------------
		@echo - start unit test \#7 on library $(SHL7TARGETN)
		@echo ----------------------------------------------------------
		$(CPPUNITTESTER) $(SHL7TARGETN)
.ENDIF

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

.IF "$(SHL8TARGETN)"!=""
ALLTAR : test8
test8 .PHONY : $(SHL8TARGETN)
		@echo ----------------------------------------------------------
		@echo - start unit test \#8 on library $(SHL8TARGETN)
		@echo ----------------------------------------------------------
		$(CPPUNITTESTER) $(SHL8TARGETN)
.ENDIF

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

.IF "$(SHL9TARGETN)"!=""
ALLTAR : test9
test9 .PHONY : $(SHL9TARGETN)
		@echo ----------------------------------------------------------
		@echo - start unit test \#9 on library $(SHL9TARGETN)
		@echo ----------------------------------------------------------
		$(CPPUNITTESTER) $(SHL9TARGETN)
.ENDIF

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

.IF "$(SHL10TARGETN)"!=""
ALLTAR : test10
test10 .PHONY : $(SHL10TARGETN)
		@echo ----------------------------------------------------------
		@echo - start unit test \#10 on library $(SHL10TARGETN)
		@echo ----------------------------------------------------------
		$(CPPUNITTESTER) $(SHL10TARGETN)
.ENDIF

