]> git.saurik.com Git - wxWidgets.git/blob - tests/benchmarks/bench.bkl
Add some basic tests for wxDataViewCtrl selection handling.
[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 datetime.cpp
15 htmlparser/htmlpars.cpp
16 htmlparser/htmltag.cpp
17 ipcclient.cpp
18 mbconv.cpp
19 strings.cpp
20 tls.cpp
21 printfbench.cpp
22 </sources>
23 <wx-lib>net</wx-lib>
24 <wx-lib>base</wx-lib>
25 </exe>
26
27 <wx-data id="data">
28 <files>htmltest.html</files>
29 </wx-data>
30
31 <!-- this is unused yet
32 <exe id="bench_gui" template="wx_sample,wx_bench"
33 template_append="wx_append"
34 cond="USE_GUI=='1'">
35
36 <app-type>console</app-type>
37
38 <sources>
39 bench.cpp
40 </sources>
41 <wx-lib>core</wx-lib>
42 <wx-lib>base</wx-lib>
43 </exe>
44 -->
45 </makefile>