summaryrefslogtreecommitdiff
path: root/python/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
commitb5010c71a9810515db1aa82d2e7eebf2ee4f474f (patch)
tree636f740b754b28ca1c5ddf2ae067db1b09842814 /python/Makefile
parent9015bd4ecfe7c30aef47d7c3c6fbc6fd4219eae0 (diff)
downloadmsgpack-python-b5010c71a9810515db1aa82d2e7eebf2ee4f474f.tar.gz
Fix tests.
Diffstat (limited to 'python/Makefile')
-rw-r--r--python/Makefile7
1 files changed, 7 insertions, 0 deletions
diff --git a/python/Makefile b/python/Makefile
new file mode 100644
index 0000000..5f16fae
--- /dev/null
+++ b/python/Makefile
@@ -0,0 +1,7 @@
+all:
+ python setup.py build
+ python setup.py sdist
+
+.PHONY: test
+test:
+ nosetests test