:orphan: .. index:: pair: struct; test_suite_info .. _doxid-structtest__suite__info: struct test_suite_info ====================== .. toctree:: :hidden: Overview ~~~~~~~~ Information about Test Suite :ref:`More...` .. ref-code-block:: cpp :class: doxyrest-overview-code-block #include struct test_suite_info { // fields char* :ref:`name`; char* :ref:`src`; char* :ref:`bin`; // methods :ref:`TAILQ_ENTRY`(test_suite_info); }; .. _details-structtest__suite__info: Detailed Documentation ~~~~~~~~~~~~~~~~~~~~~~ Information about Test Suite Fields ------ .. index:: pair: variable; name .. _doxid-structtest__suite__info_1a951a396a5c1ca9fdd5f1dde23bb7fbc3: .. ref-code-block:: cpp :class: doxyrest-title-code-block char* name Name of the Test Suite .. index:: pair: variable; src .. _doxid-structtest__suite__info_1a2b5d3eb182a44857e736ebf7acf94376: .. ref-code-block:: cpp :class: doxyrest-title-code-block char* src Path where Test Suite sources are located .. index:: pair: variable; bin .. _doxid-structtest__suite__info_1a7de0cf97aa0bc7488fbb858d0115f9e8: .. ref-code-block:: cpp :class: doxyrest-title-code-block char* bin Path where Test Suite executables are located Methods ------- .. index:: pair: function; TAILQ_ENTRY .. _doxid-structtest__suite__info_1a5a95dceb010c1f1fe6d5450024658c98: .. ref-code-block:: cpp :class: doxyrest-title-code-block TAILQ_ENTRY(test_suite_info) List links