makefile.mk (2407af08) makefile.mk (c6cdd2bd)
1#**************************************************************
2#
3# Licensed to the Apache Software Foundation (ASF) under one
4# or more contributor license agreements. See the NOTICE file
5# distributed with this work for additional information
6# regarding copyright ownership. The ASF licenses this file
7# to you under the Apache License, Version 2.0 (the
8# "License"); you may not use this file except in compliance

--- 19 unchanged lines hidden (view full) ---

28PRJ = ../../..
29PRJNAME = sal
30TARGET = qa_rtl_profile
31
32ENABLE_EXCEPTIONS = TRUE
33
34.INCLUDE: settings.mk
35
1#**************************************************************
2#
3# Licensed to the Apache Software Foundation (ASF) under one
4# or more contributor license agreements. See the NOTICE file
5# distributed with this work for additional information
6# regarding copyright ownership. The ASF licenses this file
7# to you under the Apache License, Version 2.0 (the
8# "License"); you may not use this file except in compliance

--- 19 unchanged lines hidden (view full) ---

28PRJ = ../../..
29PRJNAME = sal
30TARGET = qa_rtl_profile
31
32ENABLE_EXCEPTIONS = TRUE
33
34.INCLUDE: settings.mk
35
36CFLAGSCXX += $(CPPUNIT_CFLAGS)
36.IF "$(ENABLE_UNIT_TESTS)" != "YES"
37all:
38 @echo unit tests are disabled. Nothing to do.
37
39
38SHL1IMPLIB = i$(SHL1TARGET)
39SHL1OBJS = $(SLO)/test-rtl-math.obj
40SHL1RPATH = NONE
41SHL1STDLIBS = $(CPPUNITLIB) $(SALLIB)
42SHL1TARGET = test-rtl-math
43SHL1VERSIONMAP = $(PRJ)/qa/export.map
44DEF1NAME = $(SHL1TARGET)
40.ELSE
45
41
46SLOFILES = $(SHL1OBJS)
47
42
43APP1OBJS = $(SLO)/test-rtl-math.obj
44APP1RPATH = NONE
45APP1STDLIBS = $(GTESTLIB) $(SALLIB)
46APP1TARGET = test-rtl-math
47APP1TEST = enabled
48
48.INCLUDE: target.mk
49.INCLUDE: target.mk
49.INCLUDE: _cppunit.mk
50
50
51.END
51.ENDIF # "$(ENABLE_UNIT_TESTS)" != "YES"
52
53.END # "$(OOO_SUBSEQUENT_TESTS)" == ""