]> git.ipfire.org Git - thirdparty/util-linux.git/blob - tests/Makemodule.am
fstrim shouldn't run inside a container
[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_COMMAND = $(top_srcdir)/tests/run.sh \
18 --srcdir=$(abs_top_srcdir) --builddir=$(abs_top_builddir) \
19 --parallel $(TS_OPTS)
20
21 check-local-tests: $(check_PROGRAMS)
22 $(AM_V_GEN) $(TS_COMMAND)
23
24 CHECK_LOCALS += check-local-tests