libpsl/tests/Makefile.am

22 lines
794 B
Makefile
Raw Normal View History

DEFS = @DEFS@ -DDATADIR=\"$(top_srcdir)/data\" -DSRCDIR=\"$(srcdir)\" -DPSL_FILE=\"$(PSL_FILE)\" -DPSL_TESTFILE=\"$(PSL_TESTFILE)\"
2014-03-24 20:41:46 +01:00
AM_CPPFLAGS = -I$(top_srcdir)/include
LDADD = ../src/libpsl.la
2014-03-20 17:17:24 +01:00
2014-04-17 13:09:29 +02:00
# ./configure'd with '--disable-builtin'
# Do not call test-is-public-builtin here: it does not make sense.
# Do not call test-registrable-domain here: it would fail due to missing punycode entries in PSL file.
PSL_TESTS = test-is-public test-is-public-all test-is-cookie-domain-acceptable
2014-06-27 17:13:30 +02:00
if BUILTIN_GENERATOR_LIBICU
PSL_TESTS += test-is-public-builtin test-registrable-domain
endif
if BUILTIN_GENERATOR_LIBIDN2
PSL_TESTS += test-is-public-builtin test-registrable-domain
2014-04-17 13:09:29 +02:00
endif
2014-03-20 17:17:24 +01:00
check_PROGRAMS = $(PSL_TESTS)
TESTS_ENVIRONMENT = TESTS_VALGRIND="@VALGRIND_ENVIRONMENT@"
TESTS = $(PSL_TESTS)