aboutsummaryrefslogtreecommitdiffstats
path: root/test
diff options
context:
space:
mode:
authorjames <>2008-02-13 18:05:06 +0000
committerjames <>2008-02-13 18:05:06 +0000
commit7b7996c7bb4bd66f6262f4e721b6960d6b58b801 (patch)
tree9f5e12b05faf7fb66de0d20c05c0db4b804bb8b2 /test
parent9644f7cf7d6949303984a058b9b3694c92ac9be5 (diff)
downloadsympathy-7b7996c7bb4bd66f6262f4e721b6960d6b58b801.tar.gz
sympathy-7b7996c7bb4bd66f6262f4e721b6960d6b58b801.tar.bz2
sympathy-7b7996c7bb4bd66f6262f4e721b6960d6b58b801.zip
*** empty log message ***
Diffstat (limited to 'test')
-rw-r--r--test/test.c6
1 files changed, 6 insertions, 0 deletions
diff --git a/test/test.c b/test/test.c
index d92ca26..f9b2016 100644
--- a/test/test.c
+++ b/test/test.c
@@ -10,6 +10,9 @@ static char rcsid[] = "$Id$";
/*
* $Log$
+ * Revision 1.3 2008/02/13 18:05:06 james
+ * *** empty log message ***
+ *
* Revision 1.2 2008/02/04 11:30:57 james
* *** empty log message ***
*
@@ -22,6 +25,9 @@ static char rcsid[] = "$Id$";
int main(int argc,char *argv[])
{
+
+ring_test();
+return 0;
testy();
return 0;