utf8proc/test
Andreas-Schniertshauer e51f416e0c
Fix memory leaks in tests case.c and misc.c (#189)
* Add: tests to CMakeLists.txt

* Disable compilation of charwidth, graphemetest and normtest because of missing getline

* Refactoring: UTF8PROC_ENABLE_TESTING default Off, move tests that don't compile on windows to NOT MSVC section, add testing to appveyor.yml

* Add: testing to travis

* Changed: flag to WIN32 because MinGW has the same problem as MSVC

* Commented out graphemetest and normtest because they fail.

* Re-added: graphemetest and normtest added missing data to the path of the text files.

* Fix: last commit was party wrong normtest failed.

* * Commented out graphemetest and normtest because they fail, because in CMakeLists is missing building of data.

* Add: mingw_static, mingw_shared, msvc_shared, msvc_static to ignore list

* Add: prefix utf8proc. to tests

* Fix: memory leaks in tests case.c and misc.c forgot to call free after calling utf8proc_NFKC_Casefold

Co-authored-by: Andreas-Schniertshauer <Andreas-Schniertshauer@users.noreply.github.com>
2020-03-30 07:51:44 -04:00
..
case.c Fix memory leaks in tests case.c and misc.c (#189) 2020-03-30 07:51:44 -04:00
charwidth.c charwidth=1 for soft hyphen and unassigned codepoints (#135) 2018-07-24 10:45:02 -04:00
custom.c Case folding fixes (#133) 2018-05-02 08:15:02 -04:00
graphemetest.c use unsigned char more consistently, silence -Wextra compiler warnings (#188) 2020-03-29 10:44:42 -04:00
iterate.c use unsigned char more consistently, silence -Wextra compiler warnings (#188) 2020-03-29 10:44:42 -04:00
misc.c Fix memory leaks in tests case.c and misc.c (#189) 2020-03-30 07:51:44 -04:00
normtest.c use unsigned char more consistently, silence -Wextra compiler warnings (#188) 2020-03-29 10:44:42 -04:00
printproperty.c uppercase mapping ß (U+00df) to ẞ (U+1E9E) (#134) 2018-05-02 14:18:26 -04:00
tests.c use unsigned char more consistently, silence -Wextra compiler warnings (#188) 2020-03-29 10:44:42 -04:00
tests.h use unsigned char more consistently, silence -Wextra compiler warnings (#188) 2020-03-29 10:44:42 -04:00
valid.c Add tests for valid codepoints and iterate function 2015-05-29 20:11:10 +02:00