From b322253772201e824cd5d3c849bc724cb225a236 Mon Sep 17 00:00:00 2001 From: Iustin Pop <iustin@google.com> Date: Wed, 15 Feb 2012 17:02:33 +0100 Subject: [PATCH] Reconcile Makefile.am and test data files Sorry, forgot this in previous commit. Signed-off-by: Iustin Pop <iustin@google.com> Reviewed-by: Michael Hanselmann <hansmi@google.com> (cherry picked from commit 1a1e7ab3f7cfe156152fb69961115a2c85b2a82d) Signed-off-by: Iustin Pop <iustin@google.com> Reviewed-by: Michael Hanselmann <hansmi@google.com> --- Makefile.am | 5 +++++ 1 file changed, 5 insertions(+) diff --git a/Makefile.am b/Makefile.am index 3f02202e7..806b9d631 100644 --- a/Makefile.am +++ b/Makefile.am @@ -640,6 +640,11 @@ TEST_FILES = \ test/data/kvm_0.12.5_help.txt \ test/data/kvm_0.9.1_help.txt \ test/data/sys_drbd_usermode_helper.txt \ + test/data/vgreduce-removemissing-2.02.02.txt \ + test/data/vgreduce-removemissing-2.02.66-fail.txt \ + test/data/vgreduce-removemissing-2.02.66-ok.txt \ + test/data/vgs-missing-pvs-2.02.02.txt \ + test/data/vgs-missing-pvs-2.02.66.txt \ test/import-export_unittest-helper python_tests = \ -- GitLab