]> git.ipfire.org Git - thirdparty/util-linux.git/blame - tests/Makemodule.am
tests: (lsfd) fix typoes in an error name
[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
d79ec90b 16TESTS_OPTIONS = --nonroot --show-diff
406fb253 17TESTS_PARALLEL = --parallel
418f5adb 18TESTS_COMPONENTS =
060c4cee
KZ
19TESTS_COMMAND = $(top_srcdir)/tests/run.sh \
20 --srcdir=$(abs_top_srcdir) \
21 --builddir=$(abs_top_builddir) \
406fb253 22 $(TESTS_PARALLEL) \
418f5adb
MY
23 $(TESTS_OPTIONS) \
24 $(TESTS_COMPONENTS)
1b03e2cd
KZ
25
26check-local-tests: $(check_PROGRAMS)
060c4cee 27 $(AM_V_GEN) $(TESTS_COMMAND)
1b03e2cd
KZ
28
29CHECK_LOCALS += check-local-tests