summaryrefslogtreecommitdiff
path: root/Makefile.in
diff options
context:
space:
mode:
authorDavid Sterba <dsterba@suse.com>2015-10-19 17:27:55 +0200
committerDavid Sterba <dsterba@suse.com>2015-11-02 09:35:05 +0100
commita141d516967be938493e3d6cc815ccab0ddc29a5 (patch)
treea17474cb6f88cb93b5b391d5f8b986135da8ba1c /Makefile.in
parentc11e36a29e84b7dc142f4dad8d02902f4f7ae158 (diff)
downloadbtrfs-progs-a141d516967be938493e3d6cc815ccab0ddc29a5.tar.gz
btrfs-progs: tests: add mkfs tests
Mkfs deserves it's own. Signed-off-by: David Sterba <dsterba@suse.com>
Diffstat (limited to 'Makefile.in')
-rw-r--r--Makefile.in6
1 files changed, 5 insertions, 1 deletions
diff --git a/Makefile.in b/Makefile.in
index b3081f4..cc6ed59 100644
--- a/Makefile.in
+++ b/Makefile.in
@@ -201,11 +201,15 @@ test-misc: btrfs btrfs-image btrfs-corrupt-block btrfs-debug-tree mkfs.btrfs btr
@echo " [TEST] misc-tests.sh"
$(Q)bash tests/misc-tests.sh
+test-mkfs: btrfs mkfs.btrfs
+ @echo " [TEST] mkfs-tests.sh"
+ $(Q)bash tests/mkfs-tests.sh
+
test-clean:
@echo "Cleaning tests"
$(Q)bash tests/clean-tests.sh
-test: test-fsck test-convert test-misc
+test: test-fsck test-mkfs test-convert test-misc
#
# NOTE: For static compiles, you need to have all the required libs