diff options
author | Karel Zak <kzak@redhat.com> | 2010-11-22 23:15:00 +0100 |
---|---|---|
committer | Karel Zak <kzak@redhat.com> | 2011-01-03 12:28:46 +0100 |
commit | 40829d8589aee7805260f345f646512c6596e5a0 (patch) | |
tree | 182efe4cd822ecaa49c3499236574ceca107b1c7 /tests/commands.sh.in | |
parent | e548d51d552f2818064e218809a7ac00e89b6f39 (diff) | |
download | util-linux-old-40829d8589aee7805260f345f646512c6596e5a0.tar.gz |
tests: add basic libmount tests for mounting
Signed-off-by: Karel Zak <kzak@redhat.com>
Diffstat (limited to 'tests/commands.sh.in')
-rw-r--r-- | tests/commands.sh.in | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/tests/commands.sh.in b/tests/commands.sh.in index d39dcb98..9e568106 100644 --- a/tests/commands.sh.in +++ b/tests/commands.sh.in @@ -21,6 +21,7 @@ TS_HELPER_LIBMOUNT_TAB="$top_builddir/shlibs/mount/src/test_tab" TS_HELPER_LIBMOUNT_UTILS="$top_builddir/shlibs/mount/src/test_utils" TS_HELPER_LIBMOUNT_LOCK="$top_builddir/shlibs/mount/src/test_lock" TS_HELPER_LIBMOUNT_UPDATE="$top_builddir/shlibs/mount/src/test_tab_update" +TS_HELPER_LIBMOUNT_CONTEXT="$top_builddir/shlibs/mount/src/test_context" # TODO: use partx TS_HELPER_PARTITIONS="$top_builddir/shlibs/blkid/samples/partitions" |