repo.or.cz
/
libgcal.git
/
blob
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
log
|
graphiclog1
|
graphiclog2
|
commit
|
commitdiff
|
tree
|
refs
|
edit
|
fork
blame
|
history
|
raw
|
HEAD
Unit test stuff on new contact fields.
[libgcal.git]
/
utests
/
utest_gcal.h
blob
e7a469493bd825ec76f4d28999a7328f04d2eddc
1
#ifndef __UTEST_GCAL__
2
#define __UTEST_GCAL__
3
/*
4
* @file utest_gcal.h
5
* @author Adenilson Cavalcanti da Silva <adenilson.silva@indt.org.br>
6
* @date Mar 27 2008
7
*
8
* @brief Header module for libgcal utests.
9
*
10
*/
11
12
#include <check.h>
13
14
TCase
*
gcal_tcase_create
(
void
);
15
16
17
#endif