summaryrefslogtreecommitdiff
path: root/Makefile
diff options
context:
space:
mode:
authorJoshua Haberman <joshua@reverberate.org>2011-08-12 14:12:59 -0700
committerJoshua Haberman <joshua@reverberate.org>2011-08-12 14:12:59 -0700
commitfe3df2c9bc66ffe5dbc4c9410052be1bc2d7d443 (patch)
treec785f21726970c718bdd43c4706c6bdfbaa96dc8 /Makefile
parent2cf930ef51261d7c7e29e3a531f9ff033c649e11 (diff)
Python: basic SymbolTable support and empty accessors.
Diffstat (limited to 'Makefile')
-rw-r--r--Makefile2
1 files changed, 1 insertions, 1 deletions
diff --git a/Makefile b/Makefile
index 69549d9..0a8f62a 100644
--- a/Makefile
+++ b/Makefile
@@ -405,4 +405,4 @@ $(PYTHONEXT): $(LIBUPB_PIC) lang_ext/python/upb.c
$(Q) cd lang_ext/python && $(PYTHON) setup.py build --debug install --home=build/install
pythontest: $(PYTHONEXT)
- cd lang_ext/python && cp test.py build/install/lib/python && $(PYTHON) ./build/install/lib/python/test.py
+ cd lang_ext/python && cp test.py build/install/lib/python && valgrind $(PYTHON) ./build/install/lib/python/test.py
generated by cgit on debian on lair
contact matthew@masot.net with questions or feedback