virt-v2v/0012-tests-Add-NVMe-test-ca...

35 lines
1009 B
Diff

From 0bcbd9783fa0a16fd5f58c01303f6c7dbe491fd6 Mon Sep 17 00:00:00 2001
From: "Richard W.M. Jones" <rjones@redhat.com>
Date: Tue, 12 Apr 2022 11:49:51 +0100
Subject: [PATCH] tests: Add NVMe test cases to EXTRA_DIST
Found by running make dist && make maintainer-check-extra-dist
Fixes: commit 75872bf282d7f2322110caca70963717b43806b1
(cherry picked from commit 2f6ce86474829974fdda68b1cc03a76c2652878d)
---
tests/Makefile.am | 2 ++
1 file changed, 2 insertions(+)
diff --git a/tests/Makefile.am b/tests/Makefile.am
index 29afd415..f02ac8ee 100644
--- a/tests/Makefile.am
+++ b/tests/Makefile.am
@@ -214,11 +214,13 @@ EXTRA_DIST += \
test-v2v-i-vmx-3.expected \
test-v2v-i-vmx-4.expected \
test-v2v-i-vmx-5.expected \
+ test-v2v-i-vmx-6.expected \
test-v2v-i-vmx-1.vmx \
test-v2v-i-vmx-2.vmx \
test-v2v-i-vmx-3.vmx \
test-v2v-i-vmx-4.vmx \
test-v2v-i-vmx-5.vmx \
+ test-v2v-i-vmx-6.vmx \
test-v2v-in-place.sh \
test-v2v-it-vddk-io-query.sh \
test-v2v-machine-readable.sh \
--
2.31.1