Search Criteria
Package Details: unity-test 2.6.0-1
Package Actions
Git Clone URL: | https://aur.archlinux.org/unity-test.git (read-only, click to copy) |
---|---|
Package Base: | unity-test |
Description: | Simple unit testing for C |
Upstream URL: | https://github.com/throwtheswitch/unity |
Keywords: | c framework testing throwtheswitch unit-testing |
Licenses: | MIT |
Submitter: | lmartinez-mirror |
Maintainer: | balaraz |
Last Packager: | balaraz |
Votes: | 0 |
Popularity: | 0.000000 |
First Submitted: | 2021-06-24 20:06 (UTC) |
Last Updated: | 2024-07-03 11:42 (UTC) |
Required by (1)
- phcc-git (make)
Latest Comments
Meikk99 commented on 2024-09-06 03:46 (UTC) (edited on 2024-09-07 00:05 (UTC) by Meikk99)
It seems this needs
options=(!strip)
, otherwise all symbols are stripped from the library rendering it essentially useless.Edit: Actually the preferred solution seems to be to add
CFLAGS+=" -ffat-lto-objects"
to the package build, see https://archlinux.org/todo/lto-fat-objects/lmartinez-mirror commented on 2023-01-08 21:30 (UTC)
As long as it doesn't break any other functionality, sure. I'll add it in the next release.
amateurece commented on 2023-01-06 12:44 (UTC)
Would it be possible to add
-DUNITY_EXTENSION_FIXTURE=true
inbuild()
? I depend on this feature for testing some of my projects, and adding that will allow me to abandon my own PKGBUILD for Unity and use this one. Thanks for adding this package!