blob: f897ceece57a0c8f2c1aab45256a9e7e3917d86a (
plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
|
SUBDIRS = src doc test tools udev
ACLOCAL_AMFLAGS = -I m4 ${ACLOCAL_FLAGS}
valgrind:
(cd test; $(MAKE) valgrind)
AM_DISTCHECK_CONFIGURE_FLAGS = --disable-test-run
gcov:
(cd test; $(MAKE) gcov)
EXTRA_DIST = meson.build meson_options.txt
|