]> git.saurik.com Git - wxWidgets.git/blobdiff - tests/test.bkl
added functions for base64 en/decoding (replaces patch 1739431)
[wxWidgets.git] / tests / test.bkl
index 79a85a157a10f70a55235a4f0f3949bae3e350cb..6298abdc6d0cc7bce56e5a3a3522170218d4fd04 100644 (file)
@@ -28,6 +28,7 @@
             archive/ziptest.cpp
             archive/tartest.cpp
             arrays/arrays.cpp
+            base64/base64.cpp
             datetime/datetimetest.cpp
             fileconf/fileconftest.cpp
             filekind/filekind.cpp
@@ -36,6 +37,7 @@
             fontmap/fontmaptest.cpp
             formatconverter/formatconvertertest.cpp
             hashes/hashes.cpp
+            intl/intltest.cpp
             lists/lists.cpp
             longlong/longlongtest.cpp
             mbconv/convautotest.cpp
@@ -46,7 +48,9 @@
             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
@@ -61,7 +65,9 @@
             streams/textstreamtest.cpp
             streams/zlibstream.cpp
             textfile/textfiletest.cpp
+            thread/atomic.cpp
             uris/uris.cpp
+            vectors/vectors.cpp
         </sources>
         <wx-lib>net</wx-lib>
         <wx-lib>base</wx-lib>
         <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 -->