aboutsummaryrefslogtreecommitdiffstats
path: root/test/test.c
diff options
context:
space:
mode:
authorjames <>2008-02-04 11:30:57 +0000
committerjames <>2008-02-04 11:30:57 +0000
commita1b65048ff1a96b50d30d327c969e10b77856499 (patch)
treebdb3f91d512097cd26a8eed10ad8cfa11a8171ec /test/test.c
parent8865ddf602b32113af2899c5ef1046c51aeb972c (diff)
downloadsympathy-a1b65048ff1a96b50d30d327c969e10b77856499.tar.gz
sympathy-a1b65048ff1a96b50d30d327c969e10b77856499.tar.bz2
sympathy-a1b65048ff1a96b50d30d327c969e10b77856499.zip
*** empty log message ***
Diffstat (limited to 'test/test.c')
-rw-r--r--test/test.c4
1 files changed, 4 insertions, 0 deletions
diff --git a/test/test.c b/test/test.c
index cc865df..d92ca26 100644
--- a/test/test.c
+++ b/test/test.c
@@ -10,6 +10,9 @@ static char rcsid[] = "$Id$";
/*
* $Log$
+ * Revision 1.2 2008/02/04 11:30:57 james
+ * *** empty log message ***
+ *
* Revision 1.1 2008/02/03 16:20:24 james
* *** empty log message ***
*
@@ -19,6 +22,7 @@ static char rcsid[] = "$Id$";
int main(int argc,char *argv[])
{
+testy();
return 0;
}