]> git.rkrishnan.org Git - tahoe-lafs/tahoe-lafs.git/commitdiff
makefile: added 'fuse-test' target to makefile, to run 'runtests'
authorrobk-tahoe <robk-tahoe@allmydata.com>
Sun, 19 Oct 2008 13:25:18 +0000 (06:25 -0700)
committerrobk-tahoe <robk-tahoe@allmydata.com>
Sun, 19 Oct 2008 13:25:18 +0000 (06:25 -0700)
Makefile

index 029cdd32a8ea0e11ea72fac8fc56fc33aeb5fe05..a093d4061346cff6ebec12dbf0e0cb7e208614c7 100644 (file)
--- 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)"