xref: /trunk/main/sal/qa/rtl/math/makefile.mk (revision c6cdd2bd)
12407af08SAndrew Rist#**************************************************************
22407af08SAndrew Rist#
32407af08SAndrew Rist#  Licensed to the Apache Software Foundation (ASF) under one
42407af08SAndrew Rist#  or more contributor license agreements.  See the NOTICE file
52407af08SAndrew Rist#  distributed with this work for additional information
62407af08SAndrew Rist#  regarding copyright ownership.  The ASF licenses this file
72407af08SAndrew Rist#  to you under the Apache License, Version 2.0 (the
82407af08SAndrew Rist#  "License"); you may not use this file except in compliance
92407af08SAndrew Rist#  with the License.  You may obtain a copy of the License at
102407af08SAndrew Rist#
112407af08SAndrew Rist#    http://www.apache.org/licenses/LICENSE-2.0
122407af08SAndrew Rist#
132407af08SAndrew Rist#  Unless required by applicable law or agreed to in writing,
142407af08SAndrew Rist#  software distributed under the License is distributed on an
152407af08SAndrew Rist#  "AS IS" BASIS, WITHOUT WARRANTIES OR CONDITIONS OF ANY
162407af08SAndrew Rist#  KIND, either express or implied.  See the License for the
172407af08SAndrew Rist#  specific language governing permissions and limitations
182407af08SAndrew Rist#  under the License.
192407af08SAndrew Rist#
202407af08SAndrew Rist#**************************************************************
212407af08SAndrew Rist
222407af08SAndrew Rist
23cdf0e10cSrcweir
24cdf0e10cSrcweir.IF "$(OOO_SUBSEQUENT_TESTS)" == ""
25cdf0e10cSrcweirnothing .PHONY:
26cdf0e10cSrcweir.ELSE
27cdf0e10cSrcweir
28cdf0e10cSrcweirPRJ = ../../..
29cdf0e10cSrcweirPRJNAME = sal
30cdf0e10cSrcweirTARGET = qa_rtl_profile
31cdf0e10cSrcweir
32cdf0e10cSrcweirENABLE_EXCEPTIONS = TRUE
33cdf0e10cSrcweir
34cdf0e10cSrcweir.INCLUDE: settings.mk
35cdf0e10cSrcweir
36*c6cdd2bdSDamjan Jovanovic.IF "$(ENABLE_UNIT_TESTS)" != "YES"
37*c6cdd2bdSDamjan Jovanovicall:
38*c6cdd2bdSDamjan Jovanovic	@echo unit tests are disabled. Nothing to do.
39*c6cdd2bdSDamjan Jovanovic
40*c6cdd2bdSDamjan Jovanovic.ELSE
41cdf0e10cSrcweir
42cdf0e10cSrcweir
43*c6cdd2bdSDamjan JovanovicAPP1OBJS = $(SLO)/test-rtl-math.obj
44*c6cdd2bdSDamjan JovanovicAPP1RPATH = NONE
45*c6cdd2bdSDamjan JovanovicAPP1STDLIBS = $(GTESTLIB) $(SALLIB)
46*c6cdd2bdSDamjan JovanovicAPP1TARGET = test-rtl-math
47*c6cdd2bdSDamjan JovanovicAPP1TEST = enabled
48cdf0e10cSrcweir
49cdf0e10cSrcweir.INCLUDE: target.mk
50cdf0e10cSrcweir
51*c6cdd2bdSDamjan Jovanovic.ENDIF # "$(ENABLE_UNIT_TESTS)" != "YES"
52*c6cdd2bdSDamjan Jovanovic
53*c6cdd2bdSDamjan Jovanovic.END # "$(OOO_SUBSEQUENT_TESTS)" == ""
54