]> git.saurik.com Git - wxWidgets.git/blobdiff - tests/streams/bstream.cpp
sorting support for generic version (patch 1765087 from Bo)
[wxWidgets.git] / tests / streams / bstream.cpp
index 5a5076bb2ff8abe4ada1d1e4205d7a302e34434e..856a40633bbe3daac2f47336fe84d684ea3ce95a 100644 (file)
@@ -50,7 +50,14 @@ Test *StreamCase::suite()
     STREAM_REGISTER_SUB_SUITE(strStream);
     STREAM_REGISTER_SUB_SUITE(fileStream);
     STREAM_REGISTER_SUB_SUITE(ffileStream);
+    STREAM_REGISTER_SUB_SUITE(tempStream);
     STREAM_REGISTER_SUB_SUITE(zlibStream);
+    STREAM_REGISTER_SUB_SUITE(backStream);
+
+    extern CppUnit::Test* GetlargeFileSuite();
+    Test *lfs = GetlargeFileSuite();
+    if (lfs)
+        suite->addTest(lfs);
 
     /*
     ** Add more stream subtests here