]> git.pld-linux.org Git - packages/parted.git/blame - 0061-libparted-dasd-add-test-cases-for-the-new-fdasd-func.patch
- release 5
[packages/parted.git] / 0061-libparted-dasd-add-test-cases-for-the-new-fdasd-func.patch
CommitLineData
c886eb9d
AM
1From 6872c0d2fd2038b366cc8086588a272465d6a553 Mon Sep 17 00:00:00 2001
2From: Wang Dong <dongdwdw@linux.vnet.ibm.com>
3Date: Wed, 26 Oct 2016 04:22:49 +0200
4Subject: [PATCH 61/75] libparted/dasd: add test cases for the new fdasd
5 functions
6
7The test case uses a temporary file in libparted/tests under
8Check framwork. It can be issued by "make check" in the test dir.
9
10Signed-off-by: Wang Dong <dongdwdw@linux.vnet.ibm.com>
11Signed-off-by: Hendrik Brueckner <brueckner@linux.vnet.ibm.com>
12Signed-off-by: Brian C. Lane <bcl@redhat.com>
13---
14 libparted/tests/Makefile.am | 5 +++--
15 1 file changed, 3 insertions(+), 2 deletions(-)
16
17diff --git a/libparted/tests/Makefile.am b/libparted/tests/Makefile.am
18index c7c10a9..9689fb3 100644
19--- a/libparted/tests/Makefile.am
20+++ b/libparted/tests/Makefile.am
21@@ -3,9 +3,9 @@
22 #
23 # This file may be modified and/or distributed without restriction.
24
25-TESTS = t1000-label.sh t2000-disk.sh t2100-zerolen.sh t3000-symlink.sh
26+TESTS = t1000-label.sh t2000-disk.sh t2100-zerolen.sh t3000-symlink.sh t4000-volser.sh
27 EXTRA_DIST = $(TESTS)
28-check_PROGRAMS = label disk zerolen symlink
29+check_PROGRAMS = label disk zerolen symlink volser
30 AM_CFLAGS = $(WARN_CFLAGS) $(WERROR_CFLAGS)
31
32 LDADD = \
33@@ -23,6 +23,7 @@ label_SOURCES = common.h common.c label.c
34 disk_SOURCES = common.h common.c disk.c
35 zerolen_SOURCES = common.h common.c zerolen.c
36 symlink_SOURCES = common.h common.c symlink.c
37+volser_SOURCES = common.h common.c volser.c
38
39 # Arrange to symlink to tests/init.sh.
40 CLEANFILES = init.sh
41--
422.9.3
43
This page took 1.100922 seconds and 4 git commands to generate.