root/library/tests/testsuite.cpp @ 418

Revision 418, 94 bytes (checked in by vbarta, 15 years ago)

#27: added UnitTest?++ to bdm sources, changed test_user_data to use it

Line 
1#include "UnitTest++.h"
2
3int main(int, char const *[])
4{
5   return UnitTest::RunAllTests();
6}
Note: See TracBrowser for help on using the browser.