From 37a3bb5e7caf05140f4b3da6469fc57b04eb8c91 Mon Sep 17 00:00:00 2001 From: Jason Ish Date: Wed, 1 Apr 2020 16:50:59 -0600 Subject: [PATCH] tests: mark 2 smb file tests as requiring rust - filestore-container-smb - smb-eicar-file --- tests/filestore-filecontainer-smb/test.yaml | 1 + tests/smb-eicar-file/test.yaml | 1 + 2 files changed, 2 insertions(+) diff --git a/tests/filestore-filecontainer-smb/test.yaml b/tests/filestore-filecontainer-smb/test.yaml index 0d6ed5f8b..a637ec0e6 100644 --- a/tests/filestore-filecontainer-smb/test.yaml +++ b/tests/filestore-filecontainer-smb/test.yaml @@ -2,6 +2,7 @@ requires: features: - HAVE_NSS - MAGIC + - HAVE_RUST files: - src/output-filestore.c diff --git a/tests/smb-eicar-file/test.yaml b/tests/smb-eicar-file/test.yaml index c1282b105..10609be50 100644 --- a/tests/smb-eicar-file/test.yaml +++ b/tests/smb-eicar-file/test.yaml @@ -1,6 +1,7 @@ requires: features: - HAVE_LIBJANSSON + - HAVE_RUST # disables checksum verification args: -- 2.47.2