2 # This file and its contents are supplied under the terms of the
3 # Common Development and Distribution License ("CDDL"). You may
4 # only use this file in accordance with the terms of the CDDL.
6 # A full copy of the text of the CDDL should have accompanied this
7 # source. A copy of the CDDL is also available via the Internet at
8 # http://www.illumos.org/license/CDDL.
12 # Copyright 2024 Andreas Wacknitz
15 USE_DEFAULT_TEST_TRANSFORMS
= yes
16 include ..
/..
/..
/make-rules
/shared-macros.mk
18 COMPONENT_NAME
= unittest-cpp
19 COMPONENT_VERSION
= 2.0.0
20 COMPONENT_SUMMARY
= UnitTest
++ is a lightweight unit testing framework for C
++
21 COMPONENT_PROJECT_URL
= https
://github.com
/unittest-cpp
/unittest-cpp
22 COMPONENT_SRC
= $(COMPONENT_NAME
)-$(COMPONENT_VERSION
)
23 COMPONENT_ARCHIVE
= $(COMPONENT_SRC
).
tar.gz
24 COMPONENT_ARCHIVE_HASH
= sha256
:1d1b118518dc200e6b87bbf3ae7bfd00a0cfc6be708255f98e5e3d627a7c9f98
25 COMPONENT_ARCHIVE_URL
= $(COMPONENT_PROJECT_URL
)/releases
/download
/v
$(COMPONENT_VERSION
)/$(COMPONENT_ARCHIVE
)
26 COMPONENT_FMRI
= developer
/$(COMPONENT_NAME
)
27 COMPONENT_CLASSIFICATION
= Development
/C
++
28 COMPONENT_LICENSE
= MIT
30 include $(WS_MAKE_RULES
)/common.mk
32 # Auto-generated dependencies
33 REQUIRED_PACKAGES
+= $(GCC_RUNTIME_PKG
)
34 REQUIRED_PACKAGES
+= $(GXX_RUNTIME_PKG
)
35 REQUIRED_PACKAGES
+= system
/library