Skip to main content
aboutsummaryrefslogtreecommitdiffstats
blob: 01472caa98808d75c8bae7005256f59c485e5610 (plain) (blame)
1
2
3
4
5
6
7
8
9
10
11
12
13
/*
 * RunCGeneratorTestcases.h
 *
 *  Created on: 12.01.2012
 *      Author: tschuetz
 */

#ifndef _RUNCGENERATORTESTCASES_H_
#define _RUNCGENERATORTESTCASES_H_

void RunCGeneratorTestcases(void);

#endif /* _RUNCGENERATORTESTCASES_H_ */

Back to the top