All of lore.kernel.org
 help / color / mirror / Atom feed
* [PATCH] tests/ceph: add Makefile
@ 2020-11-01 17:16 Eric Biggers
  2020-11-01 18:28 ` Luis Henriques
                   ` (2 more replies)
  0 siblings, 3 replies; 4+ messages in thread
From: Eric Biggers @ 2020-11-01 17:16 UTC (permalink / raw)
  To: fstests; +Cc: Luis Henriques

From: Eric Biggers <ebiggers@google.com>

'make install' stopped working because the tests/ceph/ directory is
missing a Makefile.  Add it.

Signed-off-by: Eric Biggers <ebiggers@google.com>
---
 tests/ceph/Makefile | 18 ++++++++++++++++++
 1 file changed, 18 insertions(+)
 create mode 100644 tests/ceph/Makefile

diff --git a/tests/ceph/Makefile b/tests/ceph/Makefile
new file mode 100644
index 00000000..55e35d77
--- /dev/null
+++ b/tests/ceph/Makefile
@@ -0,0 +1,18 @@
+# SPDX-License-Identifier: GPL-2.0
+
+TOPDIR = ../..
+include $(TOPDIR)/include/builddefs
+
+CEPH_DIR = ceph
+TARGET_DIR = $(PKG_LIB_DIR)/$(TESTS_DIR)/$(CEPH_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:
-- 
2.29.1


^ permalink raw reply related	[flat|nested] 4+ messages in thread

end of thread, other threads:[~2020-11-03 11:27 UTC | newest]

Thread overview: 4+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2020-11-01 17:16 [PATCH] tests/ceph: add Makefile Eric Biggers
2020-11-01 18:28 ` Luis Henriques
2020-11-02 20:25 ` Bill O'Donnell
2020-11-03 11:27 ` Vladimir Zapolskiy

This is an external index of several public inboxes,
see mirroring instructions on how to clone and mirror
all data and code used by this external index.