mirror of
https://git.proxmox.com/git/mirror_zfs.git
synced 2026-03-11 21:06:18 +03:00
Sponsored-by: https://despairlabs.com/sponsor/ Reviewed-by: Brian Behlendorf <behlendorf1@llnl.gov> Reviewed-by: Tony Hutter <hutter2@llnl.gov> Signed-off-by: Rob Norris <robn@despairlabs.com> Closes #18077
18 lines
370 B
Makefile
18 lines
370 B
Makefile
# SPDX-License-Identifier: CDDL-1.0
|
|
raidz_test_CFLAGS = $(AM_CFLAGS) $(KERNEL_CFLAGS)
|
|
raidz_test_CPPFLAGS = $(AM_CPPFLAGS) $(LIBZPOOL_CPPFLAGS)
|
|
|
|
bin_PROGRAMS += raidz_test
|
|
CPPCHECKTARGETS += raidz_test
|
|
|
|
raidz_test_SOURCES = \
|
|
%D%/raidz_bench.c \
|
|
%D%/raidz_test.c \
|
|
%D%/raidz_test.h
|
|
|
|
raidz_test_LDADD = \
|
|
libzpool.la \
|
|
libzfs_core.la
|
|
|
|
raidz_test_LDADD += -lm
|