summaryrefslogtreecommitdiff
path: root/Makefile
diff options
context:
space:
mode:
authorNaoki INADA <inada-n@eagle>2009-06-29 11:21:28 +0900
committerNaoki INADA <inada-n@eagle>2009-06-29 11:21:28 +0900
commit6201e623e29b4162701a9ccdce07af893baaaa5e (patch)
tree792abe763413c49ea3a50952081b4be7f657ca6e /Makefile
parentf46498bcdfc862f9073ea7f520514cd722b03616 (diff)
downloadmsgpack-python-6201e623e29b4162701a9ccdce07af893baaaa5e.tar.gz
Fix tests.
Diffstat (limited to 'Makefile')
-rw-r--r--Makefile7
1 files changed, 7 insertions, 0 deletions
diff --git a/Makefile b/Makefile
new file mode 100644
index 0000000..5f16fae
--- /dev/null
+++ b/Makefile
@@ -0,0 +1,7 @@
+all:
+ python setup.py build
+ python setup.py sdist
+
+.PHONY: test
+test:
+ nosetests test