Create test DAFSAs if older than public_suffix_list.dat
This commit is contained in:
parent
35c781924f
commit
46a990736c
|
@ -33,9 +33,9 @@ TESTS = $(PSL_TESTS)
|
||||||
# dafsa.psl and dafsa_ascii.psl must be created before any test is executed
|
# dafsa.psl and dafsa_ascii.psl must be created before any test is executed
|
||||||
# check-local target works in parallel to the tests, so the test suite will likely fail
|
# check-local target works in parallel to the tests, so the test suite will likely fail
|
||||||
BUILT_SOURCES = psl.dafsa psl_ascii.dafsa
|
BUILT_SOURCES = psl.dafsa psl_ascii.dafsa
|
||||||
psl.dafsa:
|
psl.dafsa: $(top_srcdir)/list/public_suffix_list.dat
|
||||||
$(top_srcdir)/src/psl-make-dafsa --output-format=binary "$(PSL_FILE)" psl.dafsa
|
$(top_srcdir)/src/psl-make-dafsa --output-format=binary "$(PSL_FILE)" psl.dafsa
|
||||||
psl_ascii.dafsa:
|
psl_ascii.dafsa: $(top_srcdir)/list/public_suffix_list.dat
|
||||||
$(top_srcdir)/src/psl-make-dafsa --output-format=binary --encoding=ascii "$(PSL_FILE)" psl_ascii.dafsa
|
$(top_srcdir)/src/psl-make-dafsa --output-format=binary --encoding=ascii "$(PSL_FILE)" psl_ascii.dafsa
|
||||||
|
|
||||||
clean-local:
|
clean-local:
|
||||||
|
|
Loading…
Reference in New Issue