IOhannes m zmölnig wrote:
Update of /cvsroot/pd-gem/Gem/tests/all In directory sc8-pr-cvs1.sourceforge.net:/tmp/cvs-serv27143
Added Files: existence.pd existence.sh objects.txt Log Message: a simple test that tests for all Gem objects (as listed in objects.txt); no tests are performed on vertex/-objects and on markEx/-objects
i checked in an abstraction which reads a list of objects which it tries to create and destroy. this might be useful if somebody wants to test, whether a given build has all objects in it (for those who don't use autoconf).
caveats: an object that does crash, also crashes the test. however, at least you get some notion on whether the object crashes at construction or destruction. the object automatically quits pd after all tests have been performed.
the shell-script is an example of how to use this object.
mfg.ad.sr IOhannes