Added new user api unit test for the new fields.
[libgcal.git] / utests / utest_screw.h
blob508a842053008ac4cbeb661f7e25e2b65320ba27
1 #ifndef __UTEST_GCALSCREW__
2 #define __UTEST_GCALSCREW__
4 /*
5 * @file utest_screw.h
6 * @author Adenilson Cavalcanti da Silva <adenilson.silva@indt.org.br>
7 * @date Fri Aug 1 17:36:44 2008
9 * @brief Utest trying to break the library.
11 * Tests with bad practices and forcing misuse of libgcal goes here.
14 #include <check.h>
16 TCase *gcal_screw(void);
19 #endif