/[ascend]/trunk/base/generic/solver/test/test_register_solver.h
ViewVC logotype

Contents of /trunk/base/generic/solver/test/test_register_solver.h

Parent Directory Parent Directory | Revision Log Revision Log


Revision 59 - (show annotations) (download) (as text)
Sun Oct 30 01:38:20 2005 UTC (18 years, 10 months ago) by jds
File MIME type: text/x-chdr
File size: 1482 byte(s)
- prototype unit test suite based on CUnit added.
- unit tests for base/generic/general and base/generic/utilites added.
- 2nd manual rework of doxygen documentation in general and utilities.
- bug fixes (mostly general & utilities) found during test development.
- added asc_assert prototype to redirect failures to Asc_Panic() and enable decoupling assertions from NDEBUG.
- some modifications of interface & implementation to facilitate testing.
- utilities/ascPrint & utilities/ascMalloc functions now always included in base libs to minimize recompilation when an interface chooses different options.
1 /*
2 * Registration function for the ASCEND solver component.
3 *
4 * Copyright (C) 2005 Jerry St.Clair
5 *
6 * This file is part of the Ascend Environment.
7 *
8 * The Ascend Environment is free software; you can redistribute it
9 * and/or modify it under the terms of the GNU General Public License as
10 * published by the Free Software Foundation; either version 2 of the
11 * License, or (at your option) any later version.
12 *
13 * The Ascend Environment is distributed in hope that it will be useful,
14 * but WITHOUT ANY WARRANTY; without even the implied warranty of
15 * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the GNU
16 * General Public License for more details.
17 *
18 * 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,
20 * Inc., 675 Mass Ave, Cambridge, MA 02139 USA. Check the file named
21 * COPYING.
22 */
23
24 /* @file
25 * Test registration function for the ASCEND solver component.
26 * <pre>
27 * Requires: #include "CUnit/CUnit.h"
28 * </pre>
29 */
30
31 #ifndef TEST_REGISTER_SOLVER_H_SEEN
32 #define TEST_REGISTER_SOLVER_H_SEEN
33
34 #ifdef __cplusplus
35 extern "C" {
36 #endif
37
38 CU_ErrorCode test_register_solver(void);
39 /**<
40 * Registers all tests for the ASCEND solver component.
41 * Returns a CUnit error code (CUE_SUCCESS if no errors).
42 */
43
44 #endif /* TEST_REGISTER_SOLVER_H_SEEN */

john.pye@anu.edu.au
ViewVC Help
Powered by ViewVC 1.1.22