Blame Makefile.am

Packit 728676
ACLOCAL_AMFLAGS = -I m4
Packit 728676
DISTCHECK_CONFIGURE_FLAGS=--with-installpath=`pwd`/apxs_modules
Packit 728676
Packit 728676
SUBDIRS = src/asn1c src tests
Packit 728676
Packit 728676
TESTSDIR=$(abs_builddir)/testsdir
Packit 728676
Packit 728676
distclean-local:
Packit 728676
	rm -fr $(TESTSDIR)
Packit 728676
Packit 728676
check: all
Packit 728676
	cd $(srcdir) && ./tests/magtests.py --path $(TESTSDIR) --so-dir=$(abs_builddir)/src/.libs
Packit 728676
Packit 728676
test: check