1
0
Fork 0
util-linux/tests/Makemodule.am
Daniel Baumann c36e531662
Adding upstream version 2.41.
Signed-off-by: Daniel Baumann <daniel.baumann@progress-linux.org>
2025-06-21 11:26:35 +02:00

29 lines
621 B
Text

include tests/helpers/Makemodule.am
EXTRA_DIST += \
tests/expected \
tests/functions.sh \
tests/commands.sh \
tests/run.sh \
tests/ts
clean-local-tests:
rm -rf $(top_builddir)/tests/output $(top_builddir)/tests/diff
CLEAN_LOCALS += clean-local-tests
TESTS_OPTIONS = --nonroot --show-diff
TESTS_PARALLEL = --parallel
TESTS_COMPONENTS =
TESTS_COMMAND = $(top_srcdir)/tests/run.sh \
--srcdir=$(abs_top_srcdir) \
--builddir=$(abs_top_builddir) \
$(TESTS_PARALLEL) \
$(TESTS_OPTIONS) \
$(TESTS_COMPONENTS)
check-local-tests: $(check_PROGRAMS)
$(AM_V_GEN) $(TESTS_COMMAND)
CHECK_LOCALS += check-local-tests