generic/563: use a loop device to avoid partition incompatibility
[xfstests-dev.git] / tests / ocfs2 / Makefile
1 #
2 # Copyright (c) 2017 Oracle.  All Rights Reserved.
3 #
4
5 TOPDIR = ../..
6 include $(TOPDIR)/include/builddefs
7
8 OCFS2_DIR = ocfs2
9 TARGET_DIR = $(PKG_LIB_DIR)/$(TESTS_DIR)/$(OCFS2_DIR)
10
11 include $(BUILDRULES)
12
13 install:
14         $(INSTALL) -m 755 -d $(TARGET_DIR)
15         $(INSTALL) -m 755 $(TESTS) $(TARGET_DIR)
16         $(INSTALL) -m 644 group $(TARGET_DIR)
17         $(INSTALL) -m 644 $(OUTFILES) $(TARGET_DIR)
18
19 # Nothing.
20 install-dev install-lib: