projects
/
tahoe-lafs
/
tahoe-lafs.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
8566c97
)
makefile: added 'fuse-test' target to makefile, to run 'runtests'
author
robk-tahoe
<robk-tahoe@allmydata.com>
Sun, 19 Oct 2008 13:25:18 +0000
(06:25 -0700)
committer
robk-tahoe
<robk-tahoe@allmydata.com>
Sun, 19 Oct 2008 13:25:18 +0000
(06:25 -0700)
Makefile
patch
|
blob
|
history
diff --git
a/Makefile
b/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)"