15 |
* MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the GNU |
* MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the GNU |
16 |
* General Public License for more details. |
* General Public License for more details. |
17 |
* |
* |
18 |
* You should have received a copy of the GNU General Public License |
* You should have received a copy of the GNU General Public License |
19 |
* along with the program; if not, write to the Free Software Foundation, |
* along with the program; if not, write to the Free Software Foundation, |
20 |
* Inc., 675 Mass Ave, Cambridge, MA 02139 USA. Check the file named |
* Inc., 675 Mass Ave, Cambridge, MA 02139 USA. Check the file named |
21 |
* COPYING. |
* COPYING. |
28 |
#include <utilities/ascConfig.h> |
#include <utilities/ascConfig.h> |
29 |
#include <compiler/redirectFile.h> |
#include <compiler/redirectFile.h> |
30 |
#include <utilities/ascMalloc.h> |
#include <utilities/ascMalloc.h> |
31 |
#include "printutil.h" |
#include <printutil.h> |
32 |
|
|
33 |
#include "CUnit/Basic.h" |
#include "CUnit/Basic.h" |
34 |
#include <general/test/test_register_general.h> |
#include <general/test/test_register_general.h> |
128 |
CU_set_error_action(error_action); |
CU_set_error_action(error_action); |
129 |
result = CU_basic_run_tests(); |
result = CU_basic_run_tests(); |
130 |
CU_cleanup_registry(); |
CU_cleanup_registry(); |
131 |
|
|
132 |
if (CU_BRM_VERBOSE == mode) { |
if (CU_BRM_VERBOSE == mode) { |
133 |
ascshutdown("Testing completed."); /* shut down memory manager */ |
ascshutdown("Testing completed."); /* shut down memory manager */ |
134 |
} |
} |