diff options
Diffstat (limited to 'tools/Makefile.am')
-rw-r--r-- | tools/Makefile.am | 2 |
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 |