medit/moo/mooutils/mooutils-tests.h

21 lines
432 B
C
Raw Normal View History

#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);
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
#endif /* MOO_UTILS_TESTS_H */