1 | # -*- coding: utf-8; mode: tcl; tab-width: 4; indent-tabs-mode: nil; c-basic-offset: 4 -*- vim:fenc=utf-8:ft=tcl:et:sw=4:ts=4:sts=4 |
---|
2 | |
---|
3 | PortSystem 1.0 |
---|
4 | PortGroup cmake 1.1 |
---|
5 | |
---|
6 | name cmocka |
---|
7 | version 1.1.3 |
---|
8 | categories devel |
---|
9 | platforms darwin |
---|
10 | license Apache |
---|
11 | maintainers {@raybellis isc.org:ray} \ |
---|
12 | openmaintainer |
---|
13 | description cmocka unit testing framework |
---|
14 | long_description cmocka is an elegant unit testing framework for C with support for mock objects. It only requires the standard C library, works on a range of computing platforms (including embedded) and with different compilers. |
---|
15 | homepage https://cmocka.org/ |
---|
16 | master_sites https://git.cryptomilk.org/projects/cmocka.git/snapshot/ |
---|
17 | checksums rmd160 4f73a1bd841a722871785ee7c4b397ce196d1c82 \ |
---|
18 | sha256 b703af7976b0203d8fcbfa6eec92a82da3408f19ee2842e24e2d78c7fe700039 \ |
---|
19 | size 96803 |
---|
20 | test.run yes |
---|