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