Commit Graph

7 Commits

Author SHA1 Message Date
Steven G. Johnson
ffba678bf4
Revert "disable tests under mingw" (#187)
This reverts commit 7e834d7702.
2020-03-29 10:48:42 -04:00
Steven G. Johnson
7e834d7702 disable tests under mingw 2020-03-28 21:25:42 -04:00
Andreas-Schniertshauer
47edf655b3
Add: tests to CMakeLists.txt (#173)
* 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.
2020-02-19 14:25:19 -05:00
Peter Colberg
b1c6e0a78a Fix MinGW build test 2015-10-30 00:52:49 -04:00
Peter Colberg
e6696cad53 Describe interactive debugging for appveyor 2015-10-30 00:52:41 -04:00
Tony Kelman
498ecbddd8 Run appveyor also on release branches 2015-04-04 21:30:29 -07:00
Tony Kelman
86f90194e1 Create appveyor.yml
only testing with default 32 bit MSVC and mingw.org at the moment

add semicolons, fix quoting

add fast fail functionality for redundant PR builds

need separate folders for msvc vs mingw

need to add path to mingw to /etc/fstab
2015-03-08 17:30:10 -07:00