1 |
/* |
/* ASCEND modelling environment |
2 |
* Unit test functions for ASCEND: general/dstring.c |
Copyright (C) 2005 Jerry St.Clair |
3 |
* |
Copyright (C) 2006 Carnegie Mellon University |
|
* Copyright (C) 2005 Jerry St.Clair |
|
|
* |
|
|
* This file is part of the Ascend Environment. |
|
|
* |
|
|
* The Ascend Environment is free software; you can redistribute it |
|
|
* and/or modify it under the terms of the GNU General Public License as |
|
|
* published by the Free Software Foundation; either version 2 of the |
|
|
* License, or (at your option) any later version. |
|
|
* |
|
|
* The Ascend Environment is distributed in hope that it will be useful, |
|
|
* but WITHOUT ANY WARRANTY; without even the implied warranty of |
|
|
* MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the GNU |
|
|
* General Public License for more details. |
|
|
* |
|
|
* You should have received a copy of the GNU General Public License |
|
|
* along with the program; if not, write to the Free Software Foundation, |
|
|
* Inc., 675 Mass Ave, Cambridge, MA 02139 USA. Check the file named |
|
|
* COPYING. |
|
|
*/ |
|
4 |
|
|
5 |
|
This program is free software; you can redistribute it and/or modify |
6 |
|
it under the terms of the GNU General Public License as published by |
7 |
|
the Free Software Foundation; either version 2, or (at your option) |
8 |
|
any later version. |
9 |
|
|
10 |
|
This program is distributed in the hope that it will be useful, |
11 |
|
but WITHOUT ANY WARRANTY; without even the implied warranty of |
12 |
|
MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the |
13 |
|
GNU General Public License for more details. |
14 |
|
|
15 |
|
You should have received a copy of the GNU General Public License |
16 |
|
along with this program; if not, write to the Free Software |
17 |
|
Foundation, Inc., 59 Temple Place - Suite 330, |
18 |
|
Boston, MA 02111-1307, USA. |
19 |
|
*//** |
20 |
|
@file |
21 |
|
Unit test functions for ASCEND: general/dstring.c |
22 |
|
*/ |
23 |
#include <string.h> |
#include <string.h> |
24 |
#include <CUnit/CUnit.h> |
#include <CUnit/CUnit.h> |
25 |
|
|