summaryrefslogtreecommitdiffstats
path: root/tests/commands.sh
diff options
context:
space:
mode:
authorOndrej Oprala2013-08-19 15:11:06 +0200
committerKarel Zak2013-08-19 15:11:06 +0200
commit90eb39874f2dc385e84aa8e212bfa61b22a018c6 (patch)
tree26f62baf609cbf24f1c403d205343f4ff746c727 /tests/commands.sh
parentpylibmount: add __init__.py (diff)
downloadkernel-qcow2-util-linux-90eb39874f2dc385e84aa8e212bfa61b22a018c6.tar.gz
kernel-qcow2-util-linux-90eb39874f2dc385e84aa8e212bfa61b22a018c6.tar.xz
kernel-qcow2-util-linux-90eb39874f2dc385e84aa8e212bfa61b22a018c6.zip
pylibmount: add regression tests
Signed-off-by: Ondrej Oprala <ooprala@redhat.com> Signed-off-by: Karel Zak <kzak@redhat.com>
Diffstat (limited to 'tests/commands.sh')
-rw-r--r--tests/commands.sh3
1 files changed, 3 insertions, 0 deletions
diff --git a/tests/commands.sh b/tests/commands.sh
index 01e21c2b7..84da40061 100644
--- a/tests/commands.sh
+++ b/tests/commands.sh
@@ -13,6 +13,9 @@ TS_HELPER_LIBMOUNT_TABDIFF="$top_builddir/test_mount_tab_diff"
TS_HELPER_LIBMOUNT_TAB="$top_builddir/test_mount_tab"
TS_HELPER_LIBMOUNT_UPDATE="$top_builddir/test_mount_tab_update"
TS_HELPER_LIBMOUNT_UTILS="$top_builddir/test_mount_utils"
+TS_HELPER_PYLIBMOUNT_CONTEXT="$top_builddir/libmount/python/test_mount_context.py"
+TS_HELPER_PYLIBMOUNT_TAB="$top_builddir/libmount/python/test_mount_tab.py"
+TS_HELPER_PYLIBMOUNT_UPDATE="$top_builddir/libmount/python/test_mount_tab_update.py"
TS_HELPER_LOGINDEFS="$top_builddir/test_logindefs"
TS_HELPER_MD5="$top_builddir/test_md5"
TS_HELPER_MORE=${TS_HELPER_MORE-"$top_builddir/test_more"}