Add tar stream tests.

git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@42512 c3d73ce0-8a6f-49c7-b76d-6d57e0e08775
This commit is contained in:
Michael Wetherell
2006-10-27 10:11:46 +00:00
parent 46d69234ce
commit cdd7933f3d
9 changed files with 105 additions and 0 deletions

View File

@@ -1407,4 +1407,9 @@ template class ArchiveTestCase<wxArchiveClassFactory>;
template class ArchiveTestCase<wxZipClassFactory>;
#endif
#if wxUSE_TARSTREAM
#include "wx/tarstrm.h"
template class ArchiveTestCase<wxTarClassFactory>;
#endif
#endif // wxUSE_STREAMS && wxUSE_ARCHIVE_STREAMS