Commit 9749bfc5 authored by Tim Peters's avatar Tim Peters

Removed long-broken `test_zope` target.

parent 4d4d263b
...@@ -6,13 +6,6 @@ ZOPE_REQUIRED_FILES=tmp/$(ZOPEDIRNAME).tgz ...@@ -6,13 +6,6 @@ ZOPE_REQUIRED_FILES=tmp/$(ZOPEDIRNAME).tgz
REQUIRED_FILES=$(PYTHON_REQUIRED_FILES)\ REQUIRED_FILES=$(PYTHON_REQUIRED_FILES)\
$(ZOPE_REQUIRED_FILES) $(ZOPE_REQUIRED_FILES)
# run the Zope tests
# XXX This is out of date and can't work.
test_zope:
$(CD) "$(BASE_DIR)/src/Zope"
"$(PYPCBUILDDIR)/python.exe" utilities/testrunner.py -a
$(CD) "$(BASE_DIR)"
clean_zope: clean_zope:
$(RMRF) src/$(ZOPEDIRNAME) $(RMRF) src/$(ZOPEDIRNAME)
......
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment