chiark / gitweb /
d92ca263d74b1c47fbd2f23b34d3b3ce653cb05c
[sympathy.git] / test / test.c
1 /*
2  * test.c:
3  *
4  * Copyright (c) 2008 James McKenzie <james@fishsoup.dhs.org>,
5  * All rights reserved.
6  *
7  */
8
9 static char rcsid[] = "$Id$";
10
11 /*
12  * $Log$
13  * Revision 1.2  2008/02/04 11:30:57  james
14  * *** empty log message ***
15  *
16  * Revision 1.1  2008/02/03 16:20:24  james
17  * *** empty log message ***
18  *
19  */
20
21 #include "sympathy.h"
22
23 int main(int argc,char *argv[])
24 {
25 testy();
26
27 return 0;
28 }