Project Description

CCUnit is a simple framework to write repeatable tests with C language.

Instalar

1. アーカイブファイルを展開します。[[br]] 2. 展開したディレクトリに `cd` します。[[br]] 3. ./configure ファイルを実行します。[[br]] 4. make とタイプして ccunit ライブラリを作成します。[[br]] 5. mak... Show How to Install

Uso

単純なテストを作る方法テスト関数を作ります。 値をチェックするために `CCUNIT_ASSERT(bool)` クロを呼び出して、もしテストが成功するなら真を返すような真偽値を渡します。例えば: void test_equal() {... Mostrar Uso

Download

Resenha
Your rating
Review this project

Statistics

Recent Activities

2014-05-09
23:38
CCUnit
[Git] commits were pushed to 'ccunit' (current: 0d643585350d4421e4d5201dbe2ddaf9a7a95f7c)
deleted the ineffective keyword inline. As for ineffective inline, LLVM 5.1 came to take out a W...
2013-07-20
2013-07-14
17:43
CCUnit
[Git] commits were pushed to 'ccunit' (current: 8048cfb878bbfaf4c4527fab543eee5a9220072a)
Renamed case_setUp/case_tearDown to setUpBeforeClass/tearDownAfterClass in mainpage.dox.
Show history