Search Options

Results per page
Sort
Preferred Languages
Advance

Results 1 - 1 of 1 for CU_set_output_filename (0.16 sec)

  1. platforms/documentation/docs/src/snippets/native-binaries/cunit/groovy/libs/cunit/2.1-2/include/CUnit/Automated.h

     *  in the active registry.  The output file will be named according to 
     *  the most recent call to CU_set_output_filename(), or a default if 
     *  not previously set.
     *
     *  @return An error code indicating the error status.
     */
    
    CU_EXPORT void CU_set_output_filename(const char* szFilenameRoot);
    /**< 
     *  Sets the root file name for automated test output files.
    Registered: Wed Jun 12 18:38:38 UTC 2024
    - Last Modified: Mon Nov 27 17:53:42 UTC 2023
    - 3.1K bytes
    - Viewed (0)
Back to top