[F] Fixed buf
This commit is contained in:
@@ -3,6 +3,9 @@
|
||||
#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);
|
||||
@@ -35,6 +38,9 @@ struct test_case wb_test_suit [] = {
|
||||
|
||||
|
||||
struct test_case bb_test_suit [] = {
|
||||
#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},
|
||||
|
Reference in New Issue
Block a user