From: Iustin Pop <[email protected]> These were forgotten in commit 01e2ce3a6e4ca68983f50dedaddd0d0fc7b77026, and caused “make distcheck” to fail.
Signed-off-by: Iustin Pop <[email protected]> --- Makefile.am | 4 +++- 1 files changed, 3 insertions(+), 1 deletions(-) diff --git a/Makefile.am b/Makefile.am index 2d42e20..bacdc3d 100644 --- a/Makefile.am +++ b/Makefile.am @@ -199,9 +199,11 @@ maninput = $(patsubst %.7,%.7.in,$(patsubst %.8,%.8.in,$(man_MANS))) $(patsubst TEST_FILES = \ test/data/bdev-both.txt \ + test/data/bdev-8.3-both.txt \ test/data/bdev-disk.txt \ test/data/bdev-net.txt \ - test/data/proc_drbd8.txt + test/data/proc_drbd8.txt \ + test/data/proc_drbd83.txt dist_TESTS = \ test/ganeti.bdev_unittest.py \ -- 1.6.3
