Changeset 46 for php/trunk/doxygen
- Timestamp:
- Jul 15, 2011, 11:53:38 PM (14 years ago)
- Location:
- php/trunk/doxygen
- Files:
-
- 2 edited
Legend:
- Unmodified
- Added
- Removed
-
php/trunk/doxygen/doc_page_option_doxygen.php
r41 r46 34 34 * \section sec_doxygen_generate Generating the online help 35 35 * 36 * For compiling the online help, execute \c make in the directory \ unittest.36 * For compiling the online help, execute \c make in the directory \c unittest. 37 37 * 38 38 * The available make targets can be shown by executing \c make with no target: -
php/trunk/doxygen/doc_page_option_unittest.php
r41 r46 59 59 * 60 60 * Library specific unittests are provided in a subdirectory below the \c unittest directory. 61 * The testcase is implemented in the file \c unittest.php61 * The testcase is implemented in the file \c unittest.php 62 62 * 63 63 * \section sec_unittest_w3c RDF Testcases specific unittests … … 66 66 * \c rdftestcases below the \c unittest directory. 67 67 * 68 * The generic testcase routine is implemented in the file \c unittest.php, the name of the testcase68 * The generic testcase routine is implemented in the file \c unittest.php, the name of the testcase 69 69 * has to be provided by the environment variable \c TESTCASE. 70 70 * 71 71 * \note Currently only very specific testcases of the \c RDF \c Testcases can be executed. 72 * Execute \code make list \endcode in the \c unittest directory to determine the name of one72 * Execute \code make list \endcode in the \c unittest directory to determine the name of one 73 73 * of the supported \c RDF \c Testcases. 74 74 * … … 81 81 * \section sec_unittest_executing Executing testcases 82 82 * 83 * For executing testcases, execute \c make in the directory \ unittest.83 * For executing testcases, execute \c make in the directory \c unittest. 84 84 * 85 85 * The available make targets can be shown by executing \c make with no target: … … 107 107 * \note For running one of the supported tests of \c RDF \c Testcases, before running the test, 108 108 * the name of the test must be set in the environment variable \c TESTCASE. 109 * Execute \code make list \endcode in the \c unittest directory to determine the name of one109 * Execute \code make list \endcode in the \c unittest directory to determine the name of one 110 110 * of the supported \c RDF \c Testcases. 111 111 *
Note:
See TracChangeset
for help on using the changeset viewer.