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_edit.h
blob
73af80ef8abb8002bcb675ea23c6a035dbd1269e
1
#ifndef __UTEST_EDIT__
2
#define __UTEST_EDIT__
3
/*
4
* @file utest_edit.h
5
* @author Adenilson Cavalcanti da Silva <adenilson.silva@indt.org.br>
6
* @date Tue Apr 8 09:09:25 2008
7
*
8
* @brief Module for tests for edit/add/delete
9
*/
10
11
#include <check.h>
12
13
TCase
*
edit_tcase_create
(
void
);
14
15
16
#endif