cunit.c
changeset 8 96d16dfe787a
parent 0 af501b0c1716
equal deleted inserted replaced
7:a1aa30f0f904 8:96d16dfe787a
   129      * Run all tests using the CUnit Basic interface
   129      * Run all tests using the CUnit Basic interface
   130      */
   130      */
   131     CU_basic_set_mode (CU_BRM_VERBOSE);
   131     CU_basic_set_mode (CU_BRM_VERBOSE);
   132     CU_basic_run_tests ();
   132     CU_basic_run_tests ();
   133     CU_cleanup_registry ();
   133     CU_cleanup_registry ();
       
   134 
   134     return CU_get_error ();
   135     return CU_get_error ();
   135 }
   136 }