tests: cmd: don't recurse

This confers an >10x speedup on t/z-t/cmd builds (12s -> 1.1s),
gets rid of 23 redundant identical automake specs and gitignores,
and groups the binaries with their common headers

Reviewed-by: Brian Behlendorf <behlendorf1@llnl.gov>
Reviewed-by: John Kennedy <john.kennedy@delphix.com>
Reviewed-by: Ryan Moeller <ryan@iXsystems.com>
Signed-off-by: Ahelenia Ziemiańska <nabijaczleweli@nabijaczleweli.xyz>
Closes #13259
This commit is contained in:
наб
2022-03-22 20:09:47 +01:00
committed by Brian Behlendorf
parent caeab993ec
commit e294acdba8
102 changed files with 180 additions and 385 deletions
@@ -1,2 +0,0 @@
/read_dos_attributes
/write_dos_attributes
@@ -1,8 +0,0 @@
include $(top_srcdir)/config/Rules.am
pkgexecdir = $(datadir)/@PACKAGE@/zfs-tests/bin
EXTRA_DIST = dos_attributes.h
pkgexec_PROGRAMS = read_dos_attributes write_dos_attributes
read_dos_attributes_SOURCES = read_dos_attributes.c
write_dos_attributes_SOURCES = write_dos_attributes.c