2005-10-27 23:50:10 +02:00
|
|
|
#ifdef _MSC_VER
|
|
|
|
#pragma warning(disable: 4786 4250 4503)
|
|
|
|
#endif
|
|
|
|
|
2005-10-31 13:07:30 +01:00
|
|
|
#include "../DOM/dom_test_suite.hpp"
|
2005-10-27 23:50:10 +02:00
|
|
|
#include "../silly_string/silly_string.hpp"
|
|
|
|
|
2005-10-31 13:07:30 +01:00
|
|
|
//template<> class Arabica::default_string_adaptor<silly_string> : public silly_string_adaptor { };
|
2005-10-27 23:50:10 +02:00
|
|
|
|
|
|
|
////////////////////////////////////////////////
|
2005-10-31 13:07:30 +01:00
|
|
|
int main(int argc, const char* argv[])
|
2005-10-27 23:50:10 +02:00
|
|
|
{
|
2005-10-31 13:07:30 +01:00
|
|
|
DOM_test_suite<silly_string, silly_string_adaptor>(argc, argv);
|
2005-10-27 23:50:10 +02:00
|
|
|
|
|
|
|
return 0;
|
|
|
|
} // main
|
|
|
|
|
|
|
|
// end of file
|