mirror of
https://git.proxmox.com/git/mirror_zfs.git
synced 2026-05-22 18:40:43 +03:00
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:
@@ -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
|
||||
Reference in New Issue
Block a user