diff mbox

[2/2] common: add a directory tree for cifs tests

Message ID 1408781763-30127-3-git-send-email-pshilovsky@samba.org (mailing list archive)
State New, archived
Headers show

Commit Message

Pavel Shilovsky Aug. 23, 2014, 8:16 a.m. UTC
Signed-off-by: Pavel Shilovsky <pshilovsky@samba.org>
---
 tests/cifs/Makefile | 14 ++++++++++++++
 tests/cifs/group    |  5 +++++
 2 files changed, 19 insertions(+)
 create mode 100644 tests/cifs/Makefile
 create mode 100644 tests/cifs/group

Comments

Dave Chinner Aug. 25, 2014, 12:56 a.m. UTC | #1
On Sat, Aug 23, 2014 at 12:16:03PM +0400, Pavel Shilovsky wrote:
> Signed-off-by: Pavel Shilovsky <pshilovsky@samba.org>
> ---
>  tests/cifs/Makefile | 14 ++++++++++++++
>  tests/cifs/group    |  5 +++++
>  2 files changed, 19 insertions(+)
>  create mode 100644 tests/cifs/Makefile
>  create mode 100644 tests/cifs/group

Add these when you add the first CIFS specific test.

Cheers,

Dave.
diff mbox

Patch

diff --git a/tests/cifs/Makefile b/tests/cifs/Makefile
new file mode 100644
index 0000000..37e868b
--- /dev/null
+++ b/tests/cifs/Makefile
@@ -0,0 +1,14 @@ 
+TOPDIR = ../..
+include $(TOPDIR)/include/builddefs
+
+CIFS_DIR = cifs
+TARGET_DIR = $(PKG_LIB_DIR)/$(TESTS_DIR)/$(CIFS_DIR)
+
+include $(BUILDRULES)
+
+install:
+	$(INSTALL) -m 755 -d $(TARGET_DIR)
+	$(INSTALL) -m 644 group $(TARGET_DIR)
+
+# Nothing.
+install-dev install-lib:
diff --git a/tests/cifs/group b/tests/cifs/group
new file mode 100644
index 0000000..4e01f0c
--- /dev/null
+++ b/tests/cifs/group
@@ -0,0 +1,5 @@ 
+# QA groups control file
+# Defines test groups and nominal group owners
+# - do not start group names with a digit
+# - comment line before each group is "new" description
+#