2008-09-05 17:20:50 -05:00
|
|
|
/*
|
|
|
|
* mooutils-tests.h
|
|
|
|
*
|
2010-12-21 20:15:45 -08:00
|
|
|
* Copyright (C) 2004-2010 by Yevgen Muntyan <emuntyan@users.sourceforge.net>
|
2008-09-05 17:20:50 -05:00
|
|
|
*
|
|
|
|
* This file is part of medit. medit is free software; you can
|
|
|
|
* redistribute it and/or modify it under the terms of the
|
|
|
|
* GNU Lesser General Public License as published by the
|
|
|
|
* Free Software Foundation; either version 2.1 of the License,
|
|
|
|
* or (at your option) any later version.
|
|
|
|
*
|
|
|
|
* You should have received a copy of the GNU Lesser General Public
|
|
|
|
* License along with medit. If not, see <http://www.gnu.org/licenses/>.
|
|
|
|
*/
|
|
|
|
|
2008-05-23 15:07:14 -05:00
|
|
|
#ifndef MOO_UTILS_TESTS_H
|
|
|
|
#define MOO_UTILS_TESTS_H
|
2008-01-19 01:34:21 -06:00
|
|
|
|
2008-01-31 01:16:57 -06:00
|
|
|
#include "moo-test-macros.h"
|
2008-01-19 01:34:21 -06:00
|
|
|
|
|
|
|
G_BEGIN_DECLS
|
|
|
|
|
2008-02-02 16:54:52 -06:00
|
|
|
void moo_test_gobject (void);
|
2008-01-29 00:51:59 -06:00
|
|
|
void moo_test_mooaccel (void);
|
|
|
|
void moo_test_mooutils_fs (void);
|
2008-02-20 18:45:20 -06:00
|
|
|
void moo_test_moo_file_writer (void);
|
2008-02-03 02:02:26 -06:00
|
|
|
void moo_test_mooutils_misc (void);
|
2011-01-02 01:41:49 -08:00
|
|
|
void moo_test_i18n (MooTestOptions opts);
|
2008-01-19 01:34:21 -06:00
|
|
|
|
2008-01-19 04:58:44 -06:00
|
|
|
#ifdef __WIN32__
|
2008-01-29 00:51:59 -06:00
|
|
|
void moo_test_mooutils_win32 (void);
|
2008-01-19 04:58:44 -06:00
|
|
|
#endif
|
|
|
|
|
2008-01-19 01:34:21 -06:00
|
|
|
G_END_DECLS
|
|
|
|
|
2008-05-23 15:07:14 -05:00
|
|
|
#endif /* MOO_UTILS_TESTS_H */
|