[A] Added cpp tests

This commit is contained in:
seleznevae
2019-08-09 21:29:05 +03:00
parent d1c8f59de1
commit 4b995844fd
4 changed files with 31 additions and 8 deletions

View File

@@ -3,9 +3,7 @@
#include "fort.h"
/* Test cases */
#ifdef FT_HAVE_WCHAR
void test_bug_fixes(void);
#endif
void test_vector_basic(void);
void test_vector_stress(void);
void test_string_buffer(void);
@@ -39,9 +37,7 @@ struct test_case wb_test_suite [] = {
struct test_case bb_test_suite [] = {
#ifdef FT_HAVE_WCHAR
{"test_bug_fixes", test_bug_fixes},
#endif
{"test_table_basic", test_table_basic},
#ifdef FT_HAVE_WCHAR
{"test_wcs_table_boundaries", test_wcs_table_boundaries},