summaryrefslogtreecommitdiffstats
path: root/tools/Makefile.am
diff options
context:
space:
mode:
authorRichard Jones <rjones@redhat.com>2010-04-07 20:30:46 +0100
committerRichard Jones <rjones@redhat.com>2010-04-08 14:07:10 +0100
commitd868221d9f746ab17b83e7220cef9227fcad3696 (patch)
treeba89c1928ca2b5c8b95a7c5b7fabaeab4a4efaff /tools/Makefile.am
parentde7ef2a0fdcbcddfd35ecb8ee2804e1ca0968454 (diff)
downloadlibguestfs-d868221d9f746ab17b83e7220cef9227fcad3696.tar.gz
libguestfs-d868221d9f746ab17b83e7220cef9227fcad3696.tar.xz
libguestfs-d868221d9f746ab17b83e7220cef9227fcad3696.zip
New tool: virt-make-fs for creating filesystems on devices.
Diffstat (limited to 'tools/Makefile.am')
-rw-r--r--tools/Makefile.am2
1 files changed, 2 insertions, 0 deletions
diff --git a/tools/Makefile.am b/tools/Makefile.am
index 1d7c0d1c..9cc61399 100644
--- a/tools/Makefile.am
+++ b/tools/Makefile.am
@@ -24,6 +24,7 @@ tools = \
list-filesystems \
list-partitions \
ls \
+ make-fs \
rescue \
resize \
tar \
@@ -84,6 +85,7 @@ TESTS = test-virt-cat.sh \
test-virt-df.sh \
test-virt-list-filesystems.sh \
test-virt-ls.sh \
+ test-virt-make-fs.sh \
test-virt-tar.sh
endif