]> git.saurik.com Git - wxWidgets.git/blobdiff - tests/test.bkl
use window's font instead of the default one in wxStatusBar
[wxWidgets.git] / tests / test.bkl
index ac376224e1e1ada23fb7d1a3f870014c16d288b6..b5ee07080f26adbeaa297413ee42c9856f6dfa90 100644 (file)
@@ -51,6 +51,7 @@
             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>
 
+
+
+    <!-- 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>