summaryrefslogtreecommitdiff
path: root/tests/cifs
diff options
context:
space:
mode:
authorJan Tulak <jtulak@redhat.com>2016-07-11 11:26:06 +0200
committerEryu Guan <eguan@redhat.com>2016-07-18 16:55:04 +0800
commitcb15a45be8cd278dc2ca3b719b9c2a836a3bfde2 (patch)
tree92d1d75756882b9676d0c0c65e5ed4236a4934f1 /tests/cifs
parentb62a0b3053975d28a99627159d5059d449d00296 (diff)
build: Fix installation for extended names
xfstests supports extended test names like 314-foo-bar, but installation of these tests was skipped (not matching a regexp). So this patch fixes the makefiles in tests/*/ The include/buildrules change was written by Dave Chinner. Signed-off-by: Jan Tulak <jtulak@redhat.com> Reviewed-by: Eryu Guan <eguan@redhat.com> Signed-off-by: Eryu Guan <eguan@redhat.com>
Diffstat (limited to 'tests/cifs')
-rw-r--r--tests/cifs/Makefile4
1 files changed, 2 insertions, 2 deletions
diff --git a/tests/cifs/Makefile b/tests/cifs/Makefile
index 9176e5c8..0c5cf3be 100644
--- a/tests/cifs/Makefile
+++ b/tests/cifs/Makefile
@@ -12,9 +12,9 @@ include $(BUILDRULES)
install:
$(INSTALL) -m 755 -d $(TARGET_DIR)
- $(INSTALL) -m 755 [0-9]?? $(TARGET_DIR)
+ $(INSTALL) -m 755 $(TESTS) $(TARGET_DIR)
$(INSTALL) -m 644 group $(TARGET_DIR)
- $(INSTALL) -m 644 [0-9]??.* $(TARGET_DIR)
+ $(INSTALL) -m 644 $(OUTFILES) $(TARGET_DIR)
# Nothing.
install-dev install-lib: