]> git.ipfire.org Git - thirdparty/util-linux.git/blob - tests/Makemodule.am
9be544f4a36eb6f01196bb08ddf693dfe3f7c6d0
[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 TS_OPTS = --nonroot
17 TS_PARALLEL = --parallel
18 TS_COMMAND = $(top_srcdir)/tests/run.sh \
19 --srcdir=$(abs_top_srcdir) --builddir=$(abs_top_builddir) \
20 $(TS_PARALLEL) $(TS_OPTS)
21
22 check-local-tests: $(check_PROGRAMS)
23 $(AM_V_GEN) $(TS_COMMAND)
24
25 CHECK_LOCALS += check-local-tests