[A] Added xcode to the CI

This commit is contained in:
seleznevae
2018-05-09 13:29:29 +03:00
parent 98463eb10c
commit 6f8ecf4330
4 changed files with 37 additions and 27 deletions

View File

@@ -61,6 +61,14 @@ int main(void)
{
int status = 0;
/*
* Essential for OSX, because swprintf can fail in case of real unicode
* chars.
*/
#if defined(FT_HAVE_WCHAR)
setlocale(LC_CTYPE, "");
#endif
#ifdef FORT_WB_TESTING_ENABLED
status |= run_wb_test_suit();
fprintf(stderr, "\n");