X-Git-Url: https://git.saurik.com/wxWidgets.git/blobdiff_plain/8899b155a1e4fa5f4b90e1f3bebe28088ea46bc9..9c112555198f51fcec71106530cddba95a17f3dc:/tests/streams/bstream.cpp?ds=inline diff --git a/tests/streams/bstream.cpp b/tests/streams/bstream.cpp index 5a5076bb2f..5b1e307e45 100644 --- a/tests/streams/bstream.cpp +++ b/tests/streams/bstream.cpp @@ -50,8 +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); + extern CppUnit::Test* GetlargeFileSuite(); + Test *lfs = GetlargeFileSuite(); + if (lfs) + suite->addTest(lfs); + /* ** Add more stream subtests here */