Commits
Frank Schima authored and Schima committed dc62243bcd6
6 6 | license zlib |
7 7 | maintainers nomaintainer |
8 8 | description C unit testing |
9 9 | long_description \ |
10 10 | CUT is a C-language tool for developing and automatically maintaining \ |
11 11 | unit tests. CUT works well for C, C++, and objective-C. Although it was \ |
12 12 | expressly designed to help support test-driven development and agile \ |
13 13 | development processes such as extreme programming, CUT is still useful \ |
14 14 | for writing automated test fixtures for more traditional software \ |
15 15 | development processes as well. |
16 - | homepage http://sourceforge.net/projects/cut/ |
16 + | homepage https://sourceforge.net/projects/cut/ |
17 17 | platforms darwin |
18 18 | master_sites sourceforge |
19 19 | checksums sha1 e3a7bc69ee74ecd4e9a1d496c12eab893e7889c4 |
20 20 | |
21 21 | use_configure no |
22 22 | build.target |
23 23 | destroot.cmd install |
24 24 | destroot.target cutgen |
25 25 | destroot.destdir ${destroot}${prefix}/bin |