/[ascend]/trunk/ascend/utilities/test/test_set.h
ViewVC logotype

Contents of /trunk/ascend/utilities/test/test_set.h

Parent Directory Parent Directory | Revision Log Revision Log


Revision 2011 - (show annotations) (download) (as text)
Tue Apr 28 08:58:48 2009 UTC (15 years, 9 months ago) by jpye
File MIME type: text/x-chdr
File size: 1548 byte(s)
Moving libascend components from #/base/generic into #/ascend
1 /*
2 * Unit test functions for ASCEND: utilities/set.c
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 * Registration function for unit tests of the ASCEND utilities/set.c module.
26 * <pre>
27 * Requires: #include "CUnit/CUnit.h"
28 * #include "utilities/ascConfig.h"
29 * #include "utilities/set.h"
30 * </pre>
31 */
32
33 #ifndef TEST_SET_H_SEEN
34 #define TEST_SET_H_SEEN
35
36 #ifdef __cplusplus
37 extern "C" {
38 #endif
39
40 CU_ErrorCode test_register_utilities_set(void);
41 /**<
42 * Registers the unit tests for the ASCEND utilities/set module.
43 * Returns a CUnit error code (CUE_SUCCESS if no errors).
44 */
45
46 #ifdef __cplusplus
47 }
48 #endif
49
50 #endif /* TEST_SET_H_SEEN */

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