]> git.saurik.com Git - wxWidgets.git/blobdiff - tests/test.bkl
fix unreachable code warning in GetUntranslatedString()
[wxWidgets.git] / tests / test.bkl
index 6754f3463eb61848d1980e77b6c91aa5c5b2b75d..3a0c85f94b98159827800d58bdf685b80579d02f 100644 (file)
@@ -26,6 +26,7 @@
             test.cpp
             archive/archivetest.cpp
             archive/ziptest.cpp
+            archive/tartest.cpp
             arrays/arrays.cpp
             datetime/datetimetest.cpp
             fileconf/fileconftest.cpp
             fontmap/fontmaptest.cpp
             formatconverter/formatconvertertest.cpp
             hashes/hashes.cpp
+            intl/intltest.cpp
             lists/lists.cpp
             longlong/longlongtest.cpp
+            mbconv/convautotest.cpp
             mbconv/mbconvtest.cpp
             regex/regextest.cpp
             regex/wxregextest.cpp
             strings/strings.cpp
             strings/stdstrings.cpp
             strings/tokenizer.cpp
+            strings/unichar.cpp
             strings/unicode.cpp
+            strings/vararg.cpp
             strings/crt.cpp
+            strings/vsnprintf.cpp
             streams/bstream.cpp
             streams/datastreamtest.cpp
             streams/ffilestream.cpp
+            streams/fileback.cpp
             streams/filestream.cpp
             streams/largefile.cpp
             streams/memstream.cpp
         <files>testdata.fc</files>
     </wx-data>
 
+    <template id="catalog">
+        <dstdir>$(BUILDDIR)/intl/$(id)</dstdir>
+        <srcdir>$(SRCDIR)/intl/$(id)</srcdir>
+        <files>internat.po internat.mo</files>
+    </template>
+
+    <wx-data id="fr" template="catalog"/>
+
+
+    <!-- BENCHMARKS -->
+
+    <exe id="printfbench" template="wx_sample_console,wx_test"
+                          template_append="wx_append_base">
+        <sources>
+            benchmarks/printfbench.cpp
+        </sources>
+        <wx-lib>base</wx-lib>
+    </exe>
+
+
 </makefile>