mirror of
https://git.proxmox.com/git/mirror_zfs.git
synced 2025-03-25 21:16:19 +03:00

Changing any metadata, should modify the ctime. Reviewed-by: Chunwei Chen <tuxoko@gmail.com> Reviewed-by: Brian Behlendorf <behlendorf1@llnl.gov> Signed-off-by: gaurkuma <gauravk.18@gmail.com> Closes #3644 Closes #6586
14 lines
297 B
Makefile
14 lines
297 B
Makefile
include $(top_srcdir)/config/Rules.am
|
|
|
|
pkgdatadir = $(datadir)/@PACKAGE@/zfs-tests/tests/functional/ctime
|
|
|
|
dist_pkgdata_SCRIPTS = \
|
|
ctime_001_pos.ksh \
|
|
cleanup.ksh \
|
|
setup.ksh
|
|
|
|
pkgexecdir = $(datadir)/@PACKAGE@/zfs-tests/tests/functional/ctime
|
|
|
|
pkgexec_PROGRAMS = ctime
|
|
ctime_SOURCES = ctime.c
|