mirror of
https://github.com/linux-apfs/apfstests.git
synced 2026-05-01 15:01:44 -07:00
daedb4dc13
Make sure that we can handle reflinking from and to inline-data files. Signed-off-by: Darrick J. Wong <darrick.wong@oracle.com> Reviewed-by: Eryu Guan <eguan@redhat.com> Signed-off-by: Eryu Guan <eguan@redhat.com>
21 lines
412 B
Makefile
21 lines
412 B
Makefile
#
|
|
# Copyright (c) 2017 Oracle. All Rights Reserved.
|
|
#
|
|
|
|
TOPDIR = ../..
|
|
include $(TOPDIR)/include/builddefs
|
|
|
|
OCFS2_DIR = ocfs2
|
|
TARGET_DIR = $(PKG_LIB_DIR)/$(TESTS_DIR)/$(OCFS2_DIR)
|
|
|
|
include $(BUILDRULES)
|
|
|
|
install:
|
|
$(INSTALL) -m 755 -d $(TARGET_DIR)
|
|
$(INSTALL) -m 755 $(TESTS) $(TARGET_DIR)
|
|
$(INSTALL) -m 644 group $(TARGET_DIR)
|
|
$(INSTALL) -m 644 $(OUTFILES) $(TARGET_DIR)
|
|
|
|
# Nothing.
|
|
install-dev install-lib:
|