]> git.saurik.com Git - wxWidgets.git/blob - tests/benchmarks/bench.bkl
add very simple (but already exposing many problems) wxIPC benchmark
[wxWidgets.git] / tests / benchmarks / bench.bkl
1 <?xml version="1.0" ?>
2 <!-- $Id: test.bkl 54614 2008-07-14 02:19:34Z VZ $ -->
3
4 <makefile>
5 <include file="../../build/bakefiles/common_samples.bkl"/>
6
7 <template id="wx_bench">
8 </template>
9
10 <exe id="bench" template="wx_sample_console,wx_bench"
11 template_append="wx_append_base">
12 <sources>
13 bench.cpp
14 htmlparser/htmlpars.cpp
15 htmlparser/htmltag.cpp
16 ipcclient.cpp
17 strings.cpp
18 tls.cpp
19 </sources>
20 <wx-lib>base</wx-lib>
21 <wx-lib>net</wx-lib>
22 </exe>
23
24 <wx-data id="data">
25 <files>htmltest.html</files>
26 </wx-data>
27
28 <!-- this is unused yet
29 <exe id="bench_gui" template="wx_sample,wx_bench"
30 template_append="wx_append"
31 cond="USE_GUI=='1'">
32
33 <app-type>console</app-type>
34
35 <sources>
36 bench.cpp
37 </sources>
38 <wx-lib>core</wx-lib>
39 <wx-lib>base</wx-lib>
40 </exe>
41 -->
42 </makefile>