]> code.citadel.org Git - citadel.git/blob - libcitadel/tests/stringbuf_test.h
5199378bc3071d317df30698dd111f48f364840a
[citadel.git] / libcitadel / tests / stringbuf_test.h
1     
2 #ifndef CUNIT_AUTOMATED_H_SEEN
3 #define CUNIT_AUTOMATED_H_SEEN
4
5 #include <CUnit/CUnit.h>
6 #include <CUnit/TestDB.h>
7
8
9 CU_EXPORT void         CU_automated_run_tests(void);
10 CU_EXPORT CU_ErrorCode CU_list_tests_to_file(void);
11 CU_EXPORT void         CU_set_output_filename(const char* szFilenameRoot);
12
13
14 #endif  /*  CUNIT_AUTOMATED_H_SEEN  */