]> git.0d.be Git - empathy.git/blob - tests/test-helper.h
move test_init/test_deinit to test-helper.c
[empathy.git] / tests / test-helper.h
1 #ifndef __TEST_HELPER_H__
2 #define __TEST_HELPER_H__
3
4 void test_init (int argc,
5     char **argv);
6
7 void test_deinit (void);
8
9 #endif