]> git.rkrishnan.org Git - tahoe-lafs/tahoe-lafs.git/blobdiff - Makefile
WIP: exclude own dirnode from scan. This is not quite right; we shouldn't exclude...
[tahoe-lafs/tahoe-lafs.git] / Makefile
index 89e2b41b6911c905b0d701dfff86e90b0e56bbd9..b67f47335ce0a52902fc05ee205dbd9eaf91e41e 100644 (file)
--- a/Makefile
+++ b/Makefile
@@ -85,6 +85,11 @@ _tmpfstest: make-version
        sudo umount '$(TMPDIR)'
        rmdir '$(TMPDIR)'
 
+.PHONY: smoketest
+smoketest:
+       -python ./src/allmydata/test/check_magicfolder_smoke.py kill
+       -rm -rf smoke_magicfolder/
+       python ./src/allmydata/test/check_magicfolder_smoke.py
 
 # code coverage: install the "coverage" package from PyPI, do "make test-coverage" to
 # do a unit test run with coverage-gathering enabled, then use "make coverage-output" to