This describes the procedure to get the AGX tests up and running from scratch. In this example we build a full Python 2.6 installation to keep the setup clean and self-contained. You might want to skip the installation of Python if you consider to use an other interpreter of your choice.
$ svn co https://svn.plone.org/svn/collective/buildout/bda-naked-pyt $ cd bda-naked-python bda-naked-python$ python bootsrtap.py bda-naked-python$ ./bin/buildout -v bda-naked-python$ cd ..
$ git clone git://github.com/bluedynamics/agx.dev.git $ cd agx.dev agx.dev$ ../bda-naked-python/parts/python/bin/python2.6 bootstrap.py -c [dev.cfg|anon.cfg] agx.dev$ ./bin/buildout -c [dev.cfg|anon.cfg] agx.dev$ cd ..
agx.dev$ ./bin/test