]> git.ipfire.org Git - thirdparty/util-linux.git/blame - tests/Makemodule.am
Merge branch 'dmverity_options' of https://github.com/bluca/util-linux
[thirdparty/util-linux.git] / tests / Makemodule.am
CommitLineData
ac73480a
KZ
1
2include tests/helpers/Makemodule.am
3
4EXTRA_DIST += \
5 tests/expected \
6 tests/functions.sh \
1b03e2cd 7 tests/commands.sh \
ac73480a
KZ
8 tests/run.sh \
9 tests/ts
10
11clean-local-tests:
1b03e2cd 12 rm -rf $(top_builddir)/tests/output $(top_builddir)/tests/diff
ac73480a
KZ
13
14CLEAN_LOCALS += clean-local-tests
1b03e2cd 15
060c4cee 16TESTS_OPTIONS = --nonroot
406fb253 17TESTS_PARALLEL = --parallel
060c4cee
KZ
18TESTS_COMMAND = $(top_srcdir)/tests/run.sh \
19 --srcdir=$(abs_top_srcdir) \
20 --builddir=$(abs_top_builddir) \
406fb253 21 $(TESTS_PARALLEL) \
060c4cee 22 $(TESTS_OPTIONS)
1b03e2cd
KZ
23
24check-local-tests: $(check_PROGRAMS)
060c4cee 25 $(AM_V_GEN) $(TESTS_COMMAND)
1b03e2cd
KZ
26
27CHECK_LOCALS += check-local-tests