[openbeosstorage] Testing Framework

Ingo brought to my attention a downside to having all of our test suites in 
header files instead of header/source pairs: As our tests get larger, it'll 
take longer and longer to compile, even when only modifying a single suite. 

Thus from here out, please write your tests as a header/source pair. Every time 
you create a new suite, you'll need to add your source file to libstoragetest.a 
in storage_kit/test/Jamfile. 

Let me know if you have any questions.

-Tyler

Other related posts: