From a81029de639e5ff8c41b5866648bd55aa2f06e5a Mon Sep 17 00:00:00 2001 From: =?utf8?q?Wilfried=20G=C3=B6esgens?= Date: Thu, 24 Jun 2010 21:28:09 +0000 Subject: [PATCH] * add header file * fix compiler warnings in the webcit tests --- webcit/tests/webcit_test.h | 15 +++++++++++++++ 1 file changed, 15 insertions(+) create mode 100644 webcit/tests/webcit_test.h diff --git a/webcit/tests/webcit_test.h b/webcit/tests/webcit_test.h new file mode 100644 index 000000000..adea2ed68 --- /dev/null +++ b/webcit/tests/webcit_test.h @@ -0,0 +1,15 @@ + +#ifndef CUNIT_AUTOMATED_H_SEEN +#define CUNIT_AUTOMATED_H_SEEN + +#include +#include +#include + + +CU_EXPORT void CU_automated_run_tests(void); +CU_EXPORT CU_ErrorCode CU_list_tests_to_file(void); +CU_EXPORT void CU_set_output_filename(const char* szFilenameRoot); + + +#endif /* CUNIT_AUTOMATED_H_SEEN */ -- 2.39.2