6.1 Plugin directories and files
- Create the following directories in the ARTE source code directory:
- src/suites/[module], to store the source code of the plugin
- etc/tests/[module]/etc/, to store the suite-specific configuration file.
- etc/tests/[module]/bin, to store the suite-specific script to start/stop
the module.
- In etc/tests/[module]/etc/[module].conf, create the suite-specific
configuration file following the information given in
The [module].conf suite configuration.
- In etc/tests/[module]/bin/run_[module].sh, create the suite-specific
script to start/stop the module if needed.
- In src/suites/[module]/test_suite_[module].h, create the suite-specific
header file of the plugin.
- In src/suites/[module]/test_suite_[module].c, create the suite-specific
source code file for the plugin.