CORDET Framework - C2 Implementation
|
Test Suite for CORDET Framework. More...
Go to the source code of this file.
Macros | |
#define | NOF_TESTS 97 |
The number of tests in the test suite. | |
Functions | |
int | main () |
Main program for the test suite. More... | |
Test Suite for CORDET Framework.
This file defines the main
program for the test suite. The test suite executes a number of test cases in sequence and reports the outcome of each test case.
This file is part of the CORDET Framework.
This Source Code Form is subject to the terms of the Mozilla Public License, v. 2.0. If a copy of the MPL was not distributed with this file, You can obtain one at http://mozilla.org/MPL/2.0/.
For information on alternative licensing, please contact P&P Software GmbH.
Definition in file CrFwTestSuite.c.
int main | ( | ) |
Main program for the test suite.
The test suite executes a number of test cases in sequence and reports the outcome of each test case. A test case can either fail or succeed and reports its outcome as boolean.
Definition at line 59 of file CrFwTestSuite.c.