well there isn't one! I propose that we delete the existing "test" in runtime/core/test (which is basically a sample with a few bells) and replace it with a suite of "unit tests".
These should be runnable form 'make check'. I think we should have tests organised alongside the src so we will have .../runtime/core/test along with .../runtime/core/src, .../runtime/extensions/cpp/test alongside .../runtime/extensions/cpp/src etc.. These tests should all be able to be run on a disconnected machine so testing ws stuff will require a bit more thought. Comments? Cheers, -- Pete
