CUTB
Functions
chelper.h File Reference

API functions used in CUTB language C framework. More...

Functions

void cutb_run_test (size_t idx)
 Runs the test corresponding to the idx. More...
 
size_t cutb_ntests (void)
 

Detailed Description

API functions used in CUTB language C framework.

Function Documentation

size_t cutb_ntests ( void  )
Returns
the number of tests.
void cutb_run_test ( size_t  idx)

Runs the test corresponding to the idx.

Parameters
idxindex of the test to run.