projects
/
idzebra-moved-to-github.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
74fdf8a
)
Missing tst function
author
Adam Dickmeiss
<adam@indexdata.dk>
Fri, 31 Mar 2006 16:02:56 +0000
(16:02 +0000)
committer
Adam Dickmeiss
<adam@indexdata.dk>
Fri, 31 Mar 2006 16:02:56 +0000
(16:02 +0000)
test/api/t13.c
patch
|
blob
|
history
diff --git
a/test/api/t13.c
b/test/api/t13.c
index
551cb8c
..
f04125b
100644
(file)
--- a/
test/api/t13.c
+++ b/
test/api/t13.c
@@
-1,4
+1,4
@@
-/* $Id: t13.c,v 1.6 2006-03-31 15:58:05 adam Exp $
+/* $Id: t13.c,v 1.7 2006-03-31 16:02:56 adam Exp $
Copyright (C) 1995-2005
Index Data ApS
@@
-109,4
+109,11
@@
static void tst_no_config(void)
zebra_stop(zs);
}
+static void tst(int argc, char **argv)
+{
+ tl_start_log(argc, argv);
+ tst_res();
+ tst_no_config();
+}
+
TL_MAIN