Skip to content
Snippets Groups Projects
Makefile.am 429 B
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 \
	t/account-manager.cgi.t \
	t/account-manager.t \
	t/metadata.t \
	t/tools.t

EXTRA_DIST = \
	LICENSE.txt \
	README.md \
	t/edugain.xml \
	t/manager.conf \
	$(TESTS)