summaryrefslogtreecommitdiffstats
path: root/tests/commands.sh
diff options
context:
space:
mode:
authorHeiko Carstens2016-10-12 14:00:47 +0200
committerKarel Zak2016-11-09 10:02:32 +0100
commit2ae9a58e0dc9041eabe1217da226a1ced70f73f1 (patch)
tree705879cb025db2e3155d89eaf635b1f7168deb8e /tests/commands.sh
parentchmem: new tool (diff)
downloadkernel-qcow2-util-linux-2ae9a58e0dc9041eabe1217da226a1ced70f73f1.tar.gz
kernel-qcow2-util-linux-2ae9a58e0dc9041eabe1217da226a1ced70f73f1.tar.xz
kernel-qcow2-util-linux-2ae9a58e0dc9041eabe1217da226a1ced70f73f1.zip
lsmem: add testcase
Add a single s390 specific test case to verify that the contents of various output formats do not change in incompatible way if the lsmem code is changed. This is based on a patch from Clemens von Mann. Signed-off-by: Heiko Carstens <heiko.carstens@de.ibm.com>
Diffstat (limited to 'tests/commands.sh')
-rw-r--r--tests/commands.sh1
1 files changed, 1 insertions, 0 deletions
diff --git a/tests/commands.sh b/tests/commands.sh
index ac4a490cf..2e3a27647 100644
--- a/tests/commands.sh
+++ b/tests/commands.sh
@@ -68,6 +68,7 @@ TS_CMD_LOOK=${TS_CMD_LOOK-"$top_builddir/look"}
TS_CMD_LOSETUP=${TS_CMD_LOSETUP:-"$top_builddir/losetup"}
TS_CMD_LSBLK=${TS_CMD_LSBLK-"$top_builddir/lsblk"}
TS_CMD_LSCPU=${TS_CMD_LSCPU-"$top_builddir/lscpu"}
+TS_CMD_LSMEM=${TS_CMD_LSMEM-"$top_builddir/lsmem"}
TS_CMD_MCOOKIE=${TS_CMD_MCOOKIE-"$top_builddir/mcookie"}
TS_CMD_MKCRAMFS=${TS_CMD_MKCRAMFS:-"$top_builddir/mkfs.cramfs"}
TS_CMD_MKMINIX=${TS_CMD_MKMINIX:-"$top_builddir/mkfs.minix"}