From e1f7008e4759e8ac831685f6b95f79d4c0705665 Mon Sep 17 00:00:00 2001
From: robk-tahoe <robk-tahoe@allmydata.com>
Date: Sun, 19 Oct 2008 06:25:18 -0700
Subject: [PATCH] makefile: added 'fuse-test' target to makefile, to run
 'runtests'

---
 Makefile | 3 +++
 1 file changed, 3 insertions(+)

diff --git a/Makefile b/Makefile
index 029cdd32..a093d406 100644
--- a/Makefile
+++ b/Makefile
@@ -123,6 +123,9 @@ test: build src/allmydata/_version.py
 quicktest: .built .checked-deps
 	$(PYTHON) setup.py trial -a "$(TRIALARGS) $(TEST)"
 
+fuse-test: .built .checked-deps
+	$(RUNPP) -d contrib/fuse -p -c runtests.py
+
 test-figleaf: build src/allmydata/_version.py
 	rm -f .figleaf
 	$(PYTHON) setup.py trial -a "--reporter=bwverbose-figleaf $(TEST)"
-- 
2.45.2