From: robk-tahoe <robk-tahoe@allmydata.com>
Date: Sun, 19 Oct 2008 13:25:18 +0000 (-0700)
Subject: makefile: added 'fuse-test' target to makefile, to run 'runtests'
X-Git-Url: https://git.rkrishnan.org/listings/statistics?a=commitdiff_plain;h=e1f7008e4759e8ac831685f6b95f79d4c0705665;p=tahoe-lafs%2Ftahoe-lafs.git

makefile: added 'fuse-test' target to makefile, to run 'runtests'
---

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)"