]> git.saurik.com Git - wxWidgets.git/blobdiff - tests/test.bkl
additions for animatectrl xrc sample.
[wxWidgets.git] / tests / test.bkl
index 6754f3463eb61848d1980e77b6c91aa5c5b2b75d..67aeca9930befeabf4c25061aff291c33621c8e1 100644 (file)
@@ -37,6 +37,7 @@
             hashes/hashes.cpp
             lists/lists.cpp
             longlong/longlongtest.cpp
+            mbconv/convautotest.cpp
             mbconv/mbconvtest.cpp
             regex/regextest.cpp
             regex/wxregextest.cpp
@@ -46,6 +47,7 @@
             strings/tokenizer.cpp
             strings/unicode.cpp
             strings/crt.cpp
+            strings/vsnprintf.cpp
             streams/bstream.cpp
             streams/datastreamtest.cpp
             streams/ffilestream.cpp
         <files>testdata.fc</files>
     </wx-data>
 
+
+
+    <!-- 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>