From 10b6b0b3a8288ed825d003788d9ff5d657f2e404 Mon Sep 17 00:00:00 2001 From: David Sterba Date: Tue, 2 Jun 2015 15:00:32 +0200 Subject: btrfs-progs: tests: add driver script for misc tests Signed-off-by: David Sterba --- Makefile.in | 6 +++++- 1 file changed, 5 insertions(+), 1 deletion(-) (limited to 'Makefile.in') diff --git a/Makefile.in b/Makefile.in index 14049b5..58aecc7 100644 --- a/Makefile.in +++ b/Makefile.in @@ -169,11 +169,15 @@ test-fsck: btrfs btrfs-image btrfs-corrupt-block btrfs-debug-tree mkfs.btrfs @echo " [TEST] fsck-tests.sh" $(Q)bash tests/fsck-tests.sh +test-misc: btrfs btrfs-image btrfs-corrupt-block btrfs-debug-tree mkfs.btrfs btrfstune + @echo " [TEST] misc-tests.sh" + $(Q)bash tests/misc-tests.sh + test-clean: @echo "Cleaning tests" $(Q)bash tests/clean-tests.sh -test: test-fsck test-convert +test: test-fsck test-convert test-misc # # NOTE: For static compiles, you need to have all the required libs -- cgit v1.2.1