]> git.ipfire.org Git - thirdparty/util-linux.git/blob - tests/Makemodule.am
tests: (lsfd) fix typoes in an error name
[thirdparty/util-linux.git] / tests / Makemodule.am
1
2 include tests/helpers/Makemodule.am
3
4 EXTRA_DIST += \
5 tests/expected \
6 tests/functions.sh \
7 tests/commands.sh \
8 tests/run.sh \
9 tests/ts
10
11 clean-local-tests:
12 rm -rf $(top_builddir)/tests/output $(top_builddir)/tests/diff
13
14 CLEAN_LOCALS += clean-local-tests
15
16 TESTS_OPTIONS = --nonroot --show-diff
17 TESTS_PARALLEL = --parallel
18 TESTS_COMPONENTS =
19 TESTS_COMMAND = $(top_srcdir)/tests/run.sh \
20 --srcdir=$(abs_top_srcdir) \
21 --builddir=$(abs_top_builddir) \
22 $(TESTS_PARALLEL) \
23 $(TESTS_OPTIONS) \
24 $(TESTS_COMPONENTS)
25
26 check-local-tests: $(check_PROGRAMS)
27 $(AM_V_GEN) $(TESTS_COMMAND)
28
29 CHECK_LOCALS += check-local-tests