Next: MIN DBus interface, Previous: Compiling C++ test modules, Up: Compiling C++ test modules
The following steps are needed for enabling C++ in MINUnit or HardCoded test module created by the Test Module Template Wizard:
<module_name>/configure.in
CC=g++
and <module_name>_la_CXXFLAGS
in <module_name>/Makefile.am
file.
<file_name>.c
files into <file_name>.cpp
in <module_name>/src
directory and <module_name>/Makefile.am
file.