1 | # $Id$ |
---|
2 | |
---|
3 | PortSystem 1.0 |
---|
4 | |
---|
5 | name cmockery |
---|
6 | version 0.1.2 |
---|
7 | revision 1 |
---|
8 | categories devel |
---|
9 | maintainers shifteleven.com:pope |
---|
10 | description unit testing and mocking library for C |
---|
11 | long_description A lightweight library to simplify and generalize the \ |
---|
12 | process of writing unit tests for C applications. |
---|
13 | homepage http://code.google.com/p/cmockery/ |
---|
14 | platforms darwin |
---|
15 | master_sites http://cmockery.googlecode.com/files/ |
---|
16 | |
---|
17 | checksums md5 8c5622a65f2f7527c0155a41f4db389c \ |
---|
18 | sha1 964ed1104a0cbbea8a9a34e88c6e79b546eff1bc \ |
---|
19 | rmd160 700c155ba56075aa38cd5276cd47ab4af220dec3 |
---|
20 | |
---|
21 | patchfiles patch-malloc_check.diff |
---|
22 | |
---|
23 | # -*- 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 |
---|