Next: , Up: The ARTE Plugins


6.1 Plugin directories and files

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