From b85c7b76949017234ccc6ceafe503cc50917ebd2 Mon Sep 17 00:00:00 2001 From: David Sterba Date: Mon, 26 Oct 2015 14:35:34 +0100 Subject: btrfs-progs: tests: add test driver for fuzzed images 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 cc6ed59..8e24808 100644 --- a/Makefile.in +++ b/Makefile.in @@ -205,11 +205,15 @@ test-mkfs: btrfs mkfs.btrfs @echo " [TEST] mkfs-tests.sh" $(Q)bash tests/mkfs-tests.sh +test-fuzz: btrfs + @echo " [TEST] fuzz-tests.sh" + $(Q)bash tests/fuzz-tests.sh + test-clean: @echo "Cleaning tests" $(Q)bash tests/clean-tests.sh -test: test-fsck test-mkfs test-convert test-misc +test: test-fsck test-mkfs test-convert test-misc test-fuzz # # NOTE: For static compiles, you need to have all the required libs -- cgit v1.2.1