Skip to content
Snippets Groups Projects
Makefile.am 470 B
Newer Older
SUBDIRS = bin conf lib resources templates
AM_TESTS_ENVIRONMENT = PERL5LIB='$(srcdir)/lib'; export PERL5LIB;
TEST_LOG_DRIVER = env AM_TAP_AWK='$(AWK)' $(SHELL) \
                  $(top_srcdir)/build-aux/tap-driver.sh

TESTS = \
	t/01compile.t \
	t/02critic.t \
Guillaume ROUSSE's avatar
Guillaume ROUSSE committed
	t/cgi.t \
	t/cli.t \
	t/metadata.t \
	t/tools.t

EXTRA_DIST = \
	LICENSE.txt \
	README.md \
Guillaume ROUSSE's avatar
Guillaume ROUSSE committed
	CHANGES.md \

extract:
	xgettext.pl -D lib -D templates --plugin 'perl=*'