From bdaddbec6e7f9a0cebe8a4dbc523b31100250819 Mon Sep 17 00:00:00 2001 From: Vadim Zeitlin Date: Fri, 10 Apr 2009 22:55:08 +0000 Subject: [PATCH] add missing tests (closes #10692) git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@60094 c3d73ce0-8a6f-49c7-b76d-6d57e0e08775 --- distrib/scripts/manifests/generic.rsp | 22 ++++++++++++++++++++++ 1 file changed, 22 insertions(+) diff --git a/distrib/scripts/manifests/generic.rsp b/distrib/scripts/manifests/generic.rsp index 25ce8c0406..f0090635d3 100644 --- a/distrib/scripts/manifests/generic.rsp +++ b/distrib/scripts/manifests/generic.rsp @@ -201,20 +201,35 @@ tests/*.fc tests/archive/*.cpp tests/archive/*.h 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/events/*.cpp +tests/exec/*.cpp tests/fileconf/*.cpp tests/filekind/*.cpp tests/filename/*.cpp tests/filesys/*.cpp +tests/font/*.cpp tests/fontmap/*.cpp tests/formatconverter/*.cpp tests/geometry/*.cpp tests/hashes/*.cpp +tests/html/*.cpp +tests/image/*.cpp tests/intl/*.cpp tests/intl/fr/internat.* tests/lists/*.cpp tests/longlong/*.cpp tests/mbconv/*.cpp +tests/misc/*.cpp +tests/net/*.cpp +tests/net/*.cpp tests/regex/*.cpp tests/regex/*.inc @@ -228,5 +243,12 @@ tests/streams/*.h tests/strings/*.cpp tests/textfile/*.cpp +tests/thread/*.cpp tests/uris/*.cpp + +tests/vectors/*.cpp +tests/weakref/*.cpp +tests/window/*.cpp +tests/xlocale/*.cpp +tests/xml/*.cpp -- 2.47.2