Commit d37154f6 authored by Julien Anguenot's avatar Julien Anguenot

More information for testing a build in place with zope external components

parent 207a15c2
......@@ -121,6 +121,16 @@ Running all the tests takes much longer.::
OK
To test the build, first build the externals and add the src dir to
your PYTHONPATH,
% python setup.py build_ext -i
% export PYTHONPATH=`pwd`/src:$PYTHONPATH
Then run the test script::
% python test.py
History
-------
......
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