PhoenixGenerator  0.2.0
Set of tools to generate code
Loading...
Searching...
No Matches
wrapper_test.h
Go to the documentation of this file.
1/***************************************
2 Auteur : Pierre Aubert
3 Mail : pierre.aubert@lapp.in2p3.fr
4 Licence : CeCILL-C
5****************************************/
6
7#ifndef __WRAPPER_TEST_H__
8#define __WRAPPER_TEST_H__
9
10#include "project_generator.h"
11
12bool project_wrapper_moduleGeneratorTest(const PPath & modulePath, const ProjectConfig & projectConfig, const PString & baseImplInclude, const std::vector<PClassConfig> & vecClassConfig, const PVecPath & vecInclude);
13
14
15#endif
Configuration of the project.
bool project_wrapper_moduleGeneratorTest(const PPath &modulePath, const ProjectConfig &projectConfig, const PString &baseImplInclude, const std::vector< PClassConfig > &vecClassConfig, const PVecPath &vecInclude)
Generate the unit tests of the project.