The Design and Implementation of the FreeBSD Operating System, Second Edition
Now available: The Design and Implementation of the FreeBSD Operating System (Second Edition)


[ source navigation ] [ diff markup ] [ identifier search ] [ freetext search ] [ file search ] [ list types ] [ track identifier ]

FreeBSD/Linux Kernel Cross Reference
sys/contrib/openzfs/tests/zfs-tests/Makefile.am

Version: -  FREEBSD  -  FREEBSD-13-STABLE  -  FREEBSD-13-0  -  FREEBSD-12-STABLE  -  FREEBSD-12-0  -  FREEBSD-11-STABLE  -  FREEBSD-11-0  -  FREEBSD-10-STABLE  -  FREEBSD-10-0  -  FREEBSD-9-STABLE  -  FREEBSD-9-0  -  FREEBSD-8-STABLE  -  FREEBSD-8-0  -  FREEBSD-7-STABLE  -  FREEBSD-7-0  -  FREEBSD-6-STABLE  -  FREEBSD-6-0  -  FREEBSD-5-STABLE  -  FREEBSD-5-0  -  FREEBSD-4-STABLE  -  FREEBSD-3-STABLE  -  FREEBSD22  -  l41  -  OPENBSD  -  linux-2.6  -  MK84  -  PLAN9  -  xnu-8792 
SearchContext: -  none  -  3  -  10 

    1 SUBDIRS += %D%/tests
    2 
    3 include $(srcdir)/%D%/cmd/Makefile.am
    4 
    5 
    6 scripts_zfs_tests_functional_libzfsdir = $(datadir)/$(PACKAGE)/zfs-tests/tests/functional/libzfs
    7 scripts_zfs_tests_functional_libzfs_PROGRAMS = %D%/tests/functional/libzfs/many_fds
    8 %C%_tests_functional_libzfs_many_fds_LDADD = \
    9         libzfs.la
   10 
   11 scripts_zfs_tests_functional_hkdfdir = $(datadir)/$(PACKAGE)/zfs-tests/tests/functional/hkdf
   12 scripts_zfs_tests_functional_hkdf_PROGRAMS = %D%/tests/functional/hkdf/hkdf_test
   13 %C%_tests_functional_hkdf_hkdf_test_LDADD = \
   14         libzpool.la
   15 
   16 if BUILD_LINUX
   17 scripts_zfs_tests_functional_tmpfiledir = $(datadir)/$(PACKAGE)/zfs-tests/tests/functional/tmpfile
   18 scripts_zfs_tests_functional_tmpfile_PROGRAMS = \
   19         %D%/tests/functional/tmpfile/tmpfile_001_pos \
   20         %D%/tests/functional/tmpfile/tmpfile_002_pos \
   21         %D%/tests/functional/tmpfile/tmpfile_003_pos \
   22         %D%/tests/functional/tmpfile/tmpfile_stat_mode \
   23         %D%/tests/functional/tmpfile/tmpfile_test
   24 endif
   25 
   26 
   27 scripts_zfs_tests_callbacksdir = $(datadir)/$(PACKAGE)/zfs-tests/callbacks
   28 dist_scripts_zfs_tests_callbacks_SCRIPTS = \
   29         %D%/callbacks/zfs_dbgmsg.ksh \
   30         %D%/callbacks/zfs_dmesg.ksh \
   31         %D%/callbacks/zfs_failsafe.ksh \
   32         %D%/callbacks/zfs_mmp.ksh
   33 
   34 
   35 scripts_zfs_tests_includedir = $(datadir)/$(PACKAGE)/zfs-tests/include
   36 dist_scripts_zfs_tests_include_DATA = \
   37         %D%/include/blkdev.shlib \
   38         %D%/include/commands.cfg \
   39         %D%/include/libtest.shlib \
   40         %D%/include/math.shlib \
   41         %D%/include/properties.shlib \
   42         %D%/include/tunables.cfg \
   43         %D%/include/zpool_script.shlib
   44 
   45 nodist_scripts_zfs_tests_include_DATA = \
   46         %D%/include/default.cfg
   47 
   48 SUBSTFILES += $(nodist_scripts_zfs_tests_include_DATA)

Cache object: 4f3a336765c7d2e681340f8e9bd104b7


[ source navigation ] [ diff markup ] [ identifier search ] [ freetext search ] [ file search ] [ list types ] [ track identifier ]


This page is part of the FreeBSD/Linux Linux Kernel Cross-Reference, and was automatically generated using a modified version of the LXR engine.