repo.or.cz
/
zfs.git
/
blob
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
log
|
graphiclog1
|
graphiclog2
|
commit
|
commitdiff
|
tree
|
refs
|
edit
|
fork
blame
|
history
|
raw
|
HEAD
Allow dsl_deadlist_open() return errors
[zfs.git]
/
cmd
/
raidz_test
/
Makefile.am
blob
635216d65d734e7c054e1a3db89db591154cdfc3
1
raidz_test_CFLAGS = $(AM_CFLAGS) $(KERNEL_CFLAGS)
2
raidz_test_CPPFLAGS = $(AM_CPPFLAGS) $(LIBZPOOL_CPPFLAGS)
3
4
bin_PROGRAMS += raidz_test
5
CPPCHECKTARGETS += raidz_test
6
7
raidz_test_SOURCES = \
8
%D%/raidz_bench.c \
9
%D%/raidz_test.c \
10
%D%/raidz_test.h
11
12
raidz_test_LDADD = \
13
libzpool.la \
14
libzfs_core.la
15
16
raidz_test_LDADD += -lm