add missing tests (closes #10692)

git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@60094 c3d73ce0-8a6f-49c7-b76d-6d57e0e08775
This commit is contained in:
Vadim Zeitlin
2009-04-10 22:55:08 +00:00
parent 0ed9af4ed9
commit bdaddbec6e

View File

@@ -201,20 +201,35 @@ tests/*.fc
tests/archive/*.cpp tests/archive/*.cpp
tests/archive/*.h tests/archive/*.h
tests/arrays/*.cpp tests/arrays/*.cpp
tests/base64/*.cpp
tests/benchmarks/*.cpp
tests/benchmarks/*.h
tests/cmdline/*.cpp
tests/config/*.cpp
tests/controls/*.cpp
tests/controls/*.h
tests/datetime/*.cpp tests/datetime/*.cpp
tests/events/*.cpp
tests/exec/*.cpp
tests/fileconf/*.cpp tests/fileconf/*.cpp
tests/filekind/*.cpp tests/filekind/*.cpp
tests/filename/*.cpp tests/filename/*.cpp
tests/filesys/*.cpp tests/filesys/*.cpp
tests/font/*.cpp
tests/fontmap/*.cpp tests/fontmap/*.cpp
tests/formatconverter/*.cpp tests/formatconverter/*.cpp
tests/geometry/*.cpp tests/geometry/*.cpp
tests/hashes/*.cpp tests/hashes/*.cpp
tests/html/*.cpp
tests/image/*.cpp
tests/intl/*.cpp tests/intl/*.cpp
tests/intl/fr/internat.* tests/intl/fr/internat.*
tests/lists/*.cpp tests/lists/*.cpp
tests/longlong/*.cpp tests/longlong/*.cpp
tests/mbconv/*.cpp tests/mbconv/*.cpp
tests/misc/*.cpp
tests/net/*.cpp
tests/net/*.cpp
tests/regex/*.cpp tests/regex/*.cpp
tests/regex/*.inc tests/regex/*.inc
@@ -228,5 +243,12 @@ tests/streams/*.h
tests/strings/*.cpp tests/strings/*.cpp
tests/textfile/*.cpp tests/textfile/*.cpp
tests/thread/*.cpp
tests/uris/*.cpp tests/uris/*.cpp
tests/vectors/*.cpp
tests/weakref/*.cpp
tests/window/*.cpp
tests/xlocale/*.cpp
tests/xml/*.cpp