aboutsummaryrefslogtreecommitdiffstatshomepage
path: root/libraries/eina/src/tests/eina_suite.h
diff options
context:
space:
mode:
authorDavid Walter Seikel2013-01-13 17:29:19 +1000
committerDavid Walter Seikel2013-01-13 17:29:19 +1000
commit07274513e984f0b5544586c74508ccd16e7dcafa (patch)
treeb32ff2a9136fbc1a4a6a0ed1e4d79cde0f5f16d9 /libraries/eina/src/tests/eina_suite.h
parentAdded Irrlicht 1.8, but without all the Windows binaries. (diff)
downloadSledjHamr-07274513e984f0b5544586c74508ccd16e7dcafa.zip
SledjHamr-07274513e984f0b5544586c74508ccd16e7dcafa.tar.gz
SledjHamr-07274513e984f0b5544586c74508ccd16e7dcafa.tar.bz2
SledjHamr-07274513e984f0b5544586c74508ccd16e7dcafa.tar.xz
Remove EFL, since it's been released now.
Diffstat (limited to '')
-rw-r--r--libraries/eina/src/tests/eina_suite.h61
1 files changed, 0 insertions, 61 deletions
diff --git a/libraries/eina/src/tests/eina_suite.h b/libraries/eina/src/tests/eina_suite.h
deleted file mode 100644
index d399298..0000000
--- a/libraries/eina/src/tests/eina_suite.h
+++ /dev/null
@@ -1,61 +0,0 @@
1/* EINA - EFL data type library
2 * Copyright (C) 2008 Cedric Bail
3 *
4 * This library is free software; you can redistribute it and/or
5 * modify it under the terms of the GNU Lesser General Public
6 * License as published by the Free Software Foundation; either
7 * version 2.1 of the License, or (at your option) any later version.
8 *
9 * This library is distributed in the hope that it will be useful,
10 * but WITHOUT ANY WARRANTY; without even the implied warranty of
11 * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the GNU
12 * Lesser General Public License for more details.
13 *
14 * You should have received a copy of the GNU Lesser General Public
15 * License along with this library;
16 * if not, see <http://www.gnu.org/licenses/>.
17 */
18
19#ifndef EINA_SUITE_H_
20#define EINA_SUITE_H_
21
22#include <check.h>
23
24void eina_test_stringshare(TCase *tc);
25void eina_test_ustringshare(TCase *tc);
26void eina_test_binshare(TCase *tc);
27void eina_test_inarray(TCase *tc);
28void eina_test_array(TCase *tc);
29void eina_test_log(TCase *tc);
30void eina_test_error(TCase *tc);
31void eina_test_magic(TCase *tc);
32void eina_test_inlist(TCase *tc);
33void eina_test_clist(TCase *tc);
34void eina_test_lalloc(TCase *tc);
35void eina_test_main(TCase *tc);
36void eina_test_counter(TCase *tc);
37void eina_test_hash(TCase *tc);
38void eina_test_list(TCase *tc);
39void eina_test_iterator(TCase *tc);
40void eina_test_accessor(TCase *tc);
41void eina_test_module(TCase *tc);
42void eina_test_convert(TCase *tc);
43void eina_test_rbtree(TCase *tc);
44void eina_test_file(TCase *tc);
45void eina_test_benchmark(TCase *tc);
46void eina_test_mempool(TCase *tc);
47void eina_test_rectangle(TCase *tc);
48void eina_test_matrixsparse(TCase *tc);
49void eina_test_tiler(TCase *tc);
50void eina_test_strbuf(TCase *tc);
51void eina_test_binbuf(TCase *tc);
52void eina_test_str(TCase *tc);
53void eina_test_ustr(TCase *tc);
54void eina_test_quadtree(TCase *tc);
55void eina_test_fp(TCase *tc);
56void eina_test_sched(TCase *tc);
57void eina_test_simple_xml_parser(TCase *tc);
58void eina_test_value(TCase *tc);
59void eina_test_model(TCase *tc);
60
61#endif /* EINA_SUITE_H_ */