]> git.proxmox.com Git - mirror_zfs.git/commit
autoconf: use include directives instead of recursing down tests (mostly)
authorнаб <nabijaczleweli@nabijaczleweli.xyz>
Sun, 10 Apr 2022 00:46:19 +0000 (02:46 +0200)
committerBrian Behlendorf <behlendorf1@llnl.gov>
Tue, 10 May 2022 17:20:09 +0000 (10:20 -0700)
commit0425d58852a4b834b1813e0feb1a1ba6d5b72de8
tree23cd4cf85b5e12a58dccab88f96544a0ffcde19f
parent48f4379974d5b28bba9c22fcf3bab6ceb2844ff7
autoconf: use include directives instead of recursing down tests (mostly)

Only down to tests/zfs-tests/tests, but pull out C programs into the
main Makefile ‒ this means we get correct dependency tracking for all
programs (and parallelise across them)

dist diff:
  -zfs-2.1.99/tests/zfs-tests/tests/stress/
  -zfs-2.1.99/tests/zfs-tests/tests/stress/Makefile.am
  -zfs-2.1.99/tests/zfs-tests/tests/stress/Makefile.in

Reviewed-by: Brian Behlendorf <behlendorf1@llnl.gov>
Signed-off-by: Ahelenia Ziemiańska <nabijaczleweli@nabijaczleweli.xyz>
Closes #13316
19 files changed:
Makefile.am
config/CppCheck.am
config/Shellcheck.am
configure.ac
tests/Makefile.am
tests/runfiles/Makefile.am [deleted file]
tests/test-runner/Makefile.am [deleted file]
tests/test-runner/bin/Makefile.am [deleted file]
tests/test-runner/include/Makefile.am [deleted file]
tests/zfs-tests/Makefile.am
tests/zfs-tests/callbacks/Makefile.am [deleted file]
tests/zfs-tests/cmd/Makefile.am
tests/zfs-tests/include/Makefile.am [deleted file]
tests/zfs-tests/tests/Makefile.am
tests/zfs-tests/tests/functional/Makefile.am
tests/zfs-tests/tests/functional/hkdf/Makefile.am [deleted file]
tests/zfs-tests/tests/functional/libzfs/Makefile.am
tests/zfs-tests/tests/functional/tmpfile/Makefile.am
tests/zfs-tests/tests/stress/Makefile.am [deleted file]