diff --git a/.gitignore b/.gitignore index 58ced04ea..ef8d050eb 100644 --- a/.gitignore +++ b/.gitignore @@ -7,6 +7,7 @@ fuzz-testing *.gcno *.gcda +ndk build working diff --git a/test/src/unit-unicode.cpp b/test/src/unit-unicode.cpp index f2172a9d8..9b379d968 100644 --- a/test/src/unit-unicode.cpp +++ b/test/src/unit-unicode.cpp @@ -34,6 +34,7 @@ using nlohmann::json; #include +extern size_t calls; size_t calls = 0; void check_utf8string(bool success_expected, int byte1, int byte2, int byte3, int byte4);