components/logilab-astng/Makefile
changeset 247 c57f32335aee
parent 181 87e11e685b1f
child 609 775168282b2f
--- a/components/logilab-astng/Makefile	Wed May 18 20:49:57 2011 -0700
+++ b/components/logilab-astng/Makefile	Thu May 19 09:15:54 2011 -0700
@@ -42,12 +42,14 @@
 
 install:	$(INSTALL_32)
 
+# COMPONENT_TEST_CMD = ./fulltest.sh
+# COMPONENT_TEST_ARGS = $(PYTHON_VERSION)
+
 # No runnable tests; the existing tests are missing a runtests.py
 # file, which isn't fixed until logilab-ast version 0.20.1.
-# When logilab-astng is updated, we can change this test target to do:
-#        (cd $(COMPONENT_SRC)/test; $(ENV) - \
-#        PYTHONPATH=$(PROTO_DIR)/usr/lib/python2.6/vendor-packages \
-#        ./fulltest.sh)
+# When logilab-astng is updated, uncomment the above COMPONENT_TEST*
+# variables and change $(NO_TESTS) below to $(TEST_32)
+
 test:		$(NO_TESTS)
 
 BUILD_PKG_DEPENDENCIES =	$(BUILD_TOOLS)