summaryrefslogtreecommitdiffstats
path: root/tests/commands.sh
diff options
context:
space:
mode:
authorSami Kerola2015-08-10 23:12:03 +0200
committerSami Kerola2015-08-10 23:12:03 +0200
commitcdf6406ddea76c7d8c4a8ed9d827f622bb919341 (patch)
treeef9e9ed3d34e9aaa4b45402cb02511f46a89da30 /tests/commands.sh
parentcolcrt: allocate enough space for data moves [afl & asan] (diff)
downloadkernel-qcow2-util-linux-cdf6406ddea76c7d8c4a8ed9d827f622bb919341.tar.gz
kernel-qcow2-util-linux-cdf6406ddea76c7d8c4a8ed9d827f622bb919341.tar.xz
kernel-qcow2-util-linux-cdf6406ddea76c7d8c4a8ed9d827f622bb919341.zip
tests: add colcrt regression tests
Thanks to Alaa Mubaied for providing crash1 input file making colcrt to crash. The crash2 was generated using American Fuzzy Lop. Signed-off-by: Sami Kerola <kerolasa@iki.fi>
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 bb985c7e4..737918f4b 100644
--- a/tests/commands.sh
+++ b/tests/commands.sh
@@ -37,6 +37,7 @@ TS_CMD_DELPART=${TS_CMD_DELPART:-"$top_builddir/delpart"}
TS_CMD_BLKDISCARD=${TS_CMD_BLKID-"$top_builddir/blkdiscard"}
TS_CMD_BLKID=${TS_CMD_BLKID-"$top_builddir/blkid"}
TS_CMD_CAL=${TS_CMD_CAL-"$top_builddir/cal"}
+TS_CMD_COLCRT=${TS_CMD_COLCRT:-"$top_builddir/colcrt"}
TS_CMD_COLRM=${TS_CMD_COLRM:-"$top_builddir/colrm"}
TS_CMD_COL=${TS_CMD_COL:-"$top_builddir/col"}
TS_CMD_COLUMN=${TS_CMD_COLUMN:-"$top_builddir/column"}