diff options
author | hut <hut@lavabit.com> | 2010-06-07 15:53:01 +0200 |
---|---|---|
committer | hut <hut@lavabit.com> | 2010-06-07 19:55:28 +0200 |
commit | 85fd52880db93c6cd01f2c459eb46e6dd35d777c (patch) | |
tree | 191c4ffbf69c74121643c3bc899aafd1b399a695 /Makefile | |
parent | 9fbe3adac3c0a15a778721b3fc72c789c125b2b8 (diff) | |
download | ranger-85fd52880db93c6cd01f2c459eb46e6dd35d777c.tar.gz |
simplified all_tests.py, moved to test/
Diffstat (limited to 'Makefile')
-rw-r--r-- | Makefile | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/Makefile b/Makefile index 6a103a02..a5589803 100644 --- a/Makefile +++ b/Makefile @@ -100,10 +100,10 @@ cleandoc: test -d $(DOCDIR) && rm -f -- $(DOCDIR)/*.html test: - @$(PYTHON) all_tests.py 1 + @$(PYTHON) test/all_tests.py 1 bm: - @$(PYTHON) all_benchmarks.py $(BMCOUNT) + @$(PYTHON) test/all_benchmarks.py $(BMCOUNT) snapshot: git archive HEAD | gzip > $(NAME)-$(VERSION)-$(shell git rev-parse HEAD | cut -b 1-8).tar.gz |