summaryrefslogtreecommitdiffstats
path: root/tests/commands.sh.in
diff options
context:
space:
mode:
authorCai Qian2008-08-14 13:15:43 +0200
committerKarel Zak2008-08-14 13:15:43 +0200
commitc2abd9a0a51a5e80721b8e3b83cc2f99416f1539 (patch)
tree8d2ebe541a8ef7ca418212757d67a78310bfefd8 /tests/commands.sh.in
parenttests: detect libvolume_id when mount(8) is compiled (diff)
downloadkernel-qcow2-util-linux-c2abd9a0a51a5e80721b8e3b83cc2f99416f1539.tar.gz
kernel-qcow2-util-linux-c2abd9a0a51a5e80721b8e3b83cc2f99416f1539.tar.xz
kernel-qcow2-util-linux-c2abd9a0a51a5e80721b8e3b83cc2f99416f1539.zip
lscpu: regression tests
This patch added regression tests for lscpu. It tests lscpu for 3 architecutres, i386, x86_64 and ia64, with data from 3 different machines each. Signed-off-by: Cai Qian <qcai@redhat.com> Signed-off-by: Karel Zak <kzak@redhat.com>
Diffstat (limited to 'tests/commands.sh.in')
-rw-r--r--tests/commands.sh.in1
1 files changed, 1 insertions, 0 deletions
diff --git a/tests/commands.sh.in b/tests/commands.sh.in
index c363aac9a..2c0535bfc 100644
--- a/tests/commands.sh.in
+++ b/tests/commands.sh.in
@@ -39,6 +39,7 @@ TS_CMD_CHECKTTY=${TS_CMD_CHECKTTY-"$TOPDIR/login-utils/checktty_test"}
TS_CMD_ISLOCAL=${TS_CMD_ISLOCAL-"$TOPDIR/login-utils/islocal_test"}
TS_CMD_HWCLOCK=${TS_CMD_HWCLOCK-"$TOPDIR/hwclock/hwclock"}
+TS_CMD_LSCPU=${TS_CMD_LSCPU-"$TOPDIR/sys-utils/lscpu"}