:orphan: .. index:: pair: struct; tester_cfg .. _doxid-structtester__cfg: struct tester_cfg ================= .. toctree:: :hidden: Overview ~~~~~~~~ Tester configuration file :ref:`More...` .. ref-code-block:: cpp :class: doxyrest-overview-code-block #include struct tester_cfg { // fields const char* :ref:`filename`; persons_info :ref:`maintainers`; char* :ref:`descr`; test_suites_info :ref:`suites`; :ref:`logic_expr`* :ref:`targets`; test_options :ref:`options`; run_items :ref:`runs`; test_packages :ref:`packages`; :ref:`test_package`* :ref:`cur_pkg`; unsigned int :ref:`total_iters`; // methods :ref:`TAILQ_ENTRY`(tester_cfg); }; .. _details-structtester__cfg: Detailed Documentation ~~~~~~~~~~~~~~~~~~~~~~ Tester configuration file Fields ------ .. index:: pair: variable; filename .. _doxid-structtester__cfg_1a933fc07b1bdc5cf8b23731719bb5b63c: .. ref-code-block:: cpp :class: doxyrest-title-code-block const char* filename Name of the file with configuration .. index:: pair: variable; maintainers .. _doxid-structtester__cfg_1a789d42a7e3453d4a53bd41308eafd9bc: .. ref-code-block:: cpp :class: doxyrest-title-code-block persons_info maintainers Configuration maintainers .. index:: pair: variable; descr .. _doxid-structtester__cfg_1a0c05e947c74aa0a61240cfa71630b20c: .. ref-code-block:: cpp :class: doxyrest-title-code-block char* descr Optional description .. index:: pair: variable; suites .. _doxid-structtester__cfg_1a111fb50f46d7e03842c0d5d2ad69361a: .. ref-code-block:: cpp :class: doxyrest-title-code-block test_suites_info suites Information about test suites .. index:: pair: variable; targets .. _doxid-structtester__cfg_1a2c2ff928a920c62135d3419b1f6cdb96: .. ref-code-block:: cpp :class: doxyrest-title-code-block :ref:`logic_expr`* targets Target requirements expression .. index:: pair: variable; options .. _doxid-structtester__cfg_1ac541b45a3eb2454c5fe5b46752f0a02f: .. ref-code-block:: cpp :class: doxyrest-title-code-block test_options options List of options .. index:: pair: variable; runs .. _doxid-structtester__cfg_1a414aa32525dd041811b76c354d2ab81d: .. ref-code-block:: cpp :class: doxyrest-title-code-block run_items runs List of items to run .. index:: pair: variable; packages .. _doxid-structtester__cfg_1a50afa88daad066a7181a2da06133c30f: .. ref-code-block:: cpp :class: doxyrest-title-code-block test_packages packages List of mentioned packages .. index:: pair: variable; cur_pkg .. _doxid-structtester__cfg_1a68f79f1b4818b44fd774f5b8bc41374d: .. ref-code-block:: cpp :class: doxyrest-title-code-block :ref:`test_package`* cur_pkg Pointer to the package which is being parsed now .. index:: pair: variable; total_iters .. _doxid-structtester__cfg_1aaedf9a8f41c30872dfe6197db259e0c8: .. ref-code-block:: cpp :class: doxyrest-title-code-block unsigned int total_iters Total number of iterations in the test configuration Methods ------- .. index:: pair: function; TAILQ_ENTRY .. _doxid-structtester__cfg_1a6559d9e58eb69c1e232671d2c7bcb6ab: .. ref-code-block:: cpp :class: doxyrest-title-code-block TAILQ_ENTRY(tester_cfg) List links