]> git.saurik.com Git - wxWidgets.git/blob - tests/test.bkl
implement wxListCtrl::GetSubItemRect() for generic version and fix bug in it in wxMSW...
[wxWidgets.git] / tests / test.bkl
1 <?xml version="1.0" ?>
2 <!-- $Id$ -->
3
4 <makefile>
5
6 <include file="../build/bakefiles/common_samples.bkl"/>
7
8 <template id="wx_test">
9 <cppflags>$(CPPUNIT_CFLAGS)</cppflags>
10 <ldflags>$(CPPUNIT_LIBS)</ldflags>
11
12 <if cond="WX_DISABLE_PRECOMP_HEADERS=='0'">
13 <if cond="FORMAT!='autoconf' and TOOLKIT=='MSW'">
14 <sources>dummy.cpp</sources>
15 <precomp-headers-gen>dummy.cpp</precomp-headers-gen>
16 </if>
17 <precomp-headers-header>testprec.h</precomp-headers-header>
18 <precomp-headers>on</precomp-headers>
19 <precomp-headers-file>testprec_$(id)</precomp-headers-file>
20 </if>
21 </template>
22
23 <exe id="test" template="wx_sample_console,wx_test"
24 template_append="wx_append_base">
25 <sources>
26 test.cpp
27 archive/archivetest.cpp
28 archive/ziptest.cpp
29 archive/tartest.cpp
30 arrays/arrays.cpp
31 base64/base64.cpp
32 cmdline/cmdlinetest.cpp
33 config/fileconf.cpp
34 datetime/datetimetest.cpp
35 filekind/filekind.cpp
36 filename/filenametest.cpp
37 filesys/filesystest.cpp
38 fontmap/fontmaptest.cpp
39 formatconverter/formatconvertertest.cpp
40 hashes/hashes.cpp
41 intl/intltest.cpp
42 lists/lists.cpp
43 longlong/longlongtest.cpp
44 mbconv/convautotest.cpp
45 mbconv/mbconvtest.cpp
46 regex/regextest.cpp
47 regex/wxregextest.cpp
48 scopeguard/scopeguardtest.cpp
49 strings/iostream.cpp
50 strings/strings.cpp
51 strings/stdstrings.cpp
52 strings/tokenizer.cpp
53 strings/unichar.cpp
54 strings/unicode.cpp
55 strings/vararg.cpp
56 strings/crt.cpp
57 strings/vsnprintf.cpp
58 streams/bstream.cpp
59 streams/datastreamtest.cpp
60 streams/ffilestream.cpp
61 streams/fileback.cpp
62 streams/filestream.cpp
63 streams/iostreams.cpp
64 streams/largefile.cpp
65 streams/memstream.cpp
66 streams/sstream.cpp
67 streams/tempfile.cpp
68 streams/textstreamtest.cpp
69 streams/zlibstream.cpp
70 textfile/textfiletest.cpp
71 thread/atomic.cpp
72 thread/queue.cpp
73 uris/uris.cpp
74 vectors/vectors.cpp
75 weakref/evtconnection.cpp
76 weakref/weakref.cpp
77 xlocale/xlocale.cpp
78 xml/xmltest.cpp
79 </sources>
80 <wx-lib>net</wx-lib>
81 <wx-lib>base</wx-lib>
82 <wx-lib>xml</wx-lib>
83 </exe>
84
85
86 <exe id="test_gui" template="wx_sample,wx_test"
87 template_append="wx_append"
88 cond="USE_GUI=='1'">
89
90 <!-- link against GUI libraries, but be a console app: -->
91 <app-type>console</app-type>
92
93 <sources>
94 test.cpp
95 geometry/rect.cpp
96 geometry/size.cpp
97 geometry/point.cpp
98 config/config.cpp
99 controls/textctrltest.cpp
100 image/rawbmp.cpp
101 misc/selstoretest.cpp
102 window/clientsize.cpp
103 window/setsize.cpp
104 </sources>
105 <wx-lib>core</wx-lib>
106 <wx-lib>base</wx-lib>
107 </exe>
108
109
110 <wx-data id="data">
111 <files>testdata.fc</files>
112 </wx-data>
113
114 <template id="catalog">
115 <dstdir>$(BUILDDIR)/intl/$(id)</dstdir>
116 <srcdir>$(SRCDIR)/intl/$(id)</srcdir>
117 <files>internat.po internat.mo</files>
118 </template>
119
120 <wx-data id="fr" template="catalog"/>
121
122
123 <!-- BENCHMARKS -->
124
125 <exe id="printfbench" template="wx_sample_console,wx_test"
126 template_append="wx_append_base">
127 <sources>
128 benchmarks/printfbench.cpp
129 </sources>
130 <wx-lib>base</wx-lib>
131 </exe>
132
133
134 </makefile>