]> granicus.if.org Git - zfs/blob - tests/zfs-tests/tests/functional/checksum/Makefile.am
Add missing .gitignore from "Implement Redacted Send/Receive"
[zfs] / tests / zfs-tests / tests / functional / checksum / Makefile.am
1 include $(top_srcdir)/config/Rules.am
2
3 AM_CPPFLAGS += -I$(top_srcdir)/include
4 LDADD = $(top_srcdir)/lib/libicp/libicp.la
5
6 AUTOMAKE_OPTIONS = subdir-objects
7
8 pkgdatadir = $(datadir)/@PACKAGE@/zfs-tests/tests/functional/checksum
9
10 dist_pkgdata_SCRIPTS = \
11         setup.ksh \
12         cleanup.ksh \
13         run_edonr_test.ksh \
14         run_sha2_test.ksh \
15         run_skein_test.ksh \
16         filetest_001_pos.ksh
17
18 dist_pkgdata_DATA = \
19         default.cfg
20
21 pkgexecdir = $(datadir)/@PACKAGE@/zfs-tests/tests/functional/checksum
22
23 pkgexec_PROGRAMS = \
24         edonr_test \
25         skein_test \
26         sha2_test
27
28 edonr_test_SOURCES = edonr_test.c
29 skein_test_SOURCES = skein_test.c
30 sha2_test_SOURCES = sha2_test.c