libpsl/tests
Chun-wei Fan df873db543 meson: Ensure things build with Windows
We must link to ws2_32.lib for all Windows builds, and we need to use
workarounds for alloca() and snprintf() since Visual Studio uses
_alloca() for alloca() and provides snprintf() only on Visual Studio
2015 or later, meaning that we need to use _snprintf() here.

Also fix the parts where we run the Python scripts to generate items,
since those scripts already have shebang lines for Meson to pick up.
2018-12-11 09:28:51 +08:00
..
Makefile.am tests: Do not hardcode psl.dafsa and psl_ascii.dafsa file names 2018-12-06 09:11:56 -05:00
meson.build meson: Ensure things build with Windows 2018-12-11 09:28:51 +08:00
test-is-cookie-domain-acceptable.c Update copyrights 2018-02-22 10:04:00 +01:00
test-is-public-all.c tests: Do not hardcode psl.dafsa and psl_ascii.dafsa file names 2018-12-06 09:11:56 -05:00
test-is-public-builtin.c Fix PSL_TYPE_NO_STAR_RULE and improve test suite 2018-02-23 12:09:07 +01:00
test-is-public.c Fix PSL_TYPE_NO_STAR_RULE and improve test suite 2018-02-23 12:09:07 +01:00
test-registrable-domain.c Update copyrights 2018-02-22 10:04:00 +01:00