]> git.saurik.com Git - wxWidgets.git/blame - tests/test.bkl
corrected tests to deal with multiple consecutive (back)slashes
[wxWidgets.git] / tests / test.bkl
CommitLineData
670ec357 1<?xml version="1.0" ?>
7d5ab151 2<!-- $Id$ -->
670ec357
VS
3
4<makefile>
5
6 <include file="../build/bakefiles/common_samples.bkl"/>
7
a0744a6b
VS
8 <template id="wx_test">
9 <cppflags>$(CPPUNIT_CFLAGS)</cppflags>
10 <ldflags>$(CPPUNIT_LIBS)</ldflags>
3e8f9a49 11
8899b155
RN
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>
a0744a6b 21 </template>
8899b155 22
a0744a6b
VS
23 <exe id="test" template="wx_sample_console,wx_test"
24 template_append="wx_append_base">
670ec357
VS
25 <sources>
26 test.cpp
00375592 27 archive/archivetest.cpp
e6477b92 28 archive/ziptest.cpp
cdd7933f 29 archive/tartest.cpp
dd65d8c8 30 arrays/arrays.cpp
a9e99461
RN
31 datetime/datetimetest.cpp
32 fileconf/fileconftest.cpp
0912690b 33 filekind/filekind.cpp
a9e99461
RN
34 filename/filenametest.cpp
35 filesys/filesystest.cpp
36 fontmap/fontmaptest.cpp
37 formatconverter/formatconvertertest.cpp
f9c3d39b 38 hashes/hashes.cpp
7d9cfc54 39 lists/lists.cpp
a9e99461 40 longlong/longlongtest.cpp
a29cce78 41 mbconv/convautotest.cpp
a9e99461
RN
42 mbconv/mbconvtest.cpp
43 regex/regextest.cpp
44 regex/wxregextest.cpp
5f7348ce 45 scopeguard/scopeguardtest.cpp
1cd53e88 46 strings/strings.cpp
405b7d91 47 strings/stdstrings.cpp
a67f601b 48 strings/tokenizer.cpp
387f829e 49 strings/unicode.cpp
cf8ee08b 50 strings/crt.cpp
7a828c7f 51 strings/vsnprintf.cpp
7735998c 52 streams/bstream.cpp
2f4bebe8 53 streams/datastreamtest.cpp
7735998c 54 streams/ffilestream.cpp
e2255c89 55 streams/fileback.cpp
7735998c 56 streams/filestream.cpp
48714f74 57 streams/largefile.cpp
7735998c 58 streams/memstream.cpp
32d49041 59 streams/sstream.cpp
e1265174 60 streams/tempfile.cpp
ba854691 61 streams/textstreamtest.cpp
7735998c 62 streams/zlibstream.cpp
468c5a97 63 textfile/textfiletest.cpp
d37da5ef 64 uris/uris.cpp
670ec357 65 </sources>
d37da5ef 66 <wx-lib>net</wx-lib>
670ec357
VS
67 <wx-lib>base</wx-lib>
68 </exe>
3e8f9a49 69
a0744a6b
VS
70
71 <exe id="test_gui" template="wx_sample,wx_test"
72 template_append="wx_append"
73 cond="USE_GUI=='1'">
98a50e20
VS
74
75 <!-- link against GUI libraries, but be a console app: -->
76 <app-type>console</app-type>
3e8f9a49 77
a0744a6b
VS
78 <sources>
79 test.cpp
e07e8195 80 geometry/rect.cpp
3e8f9a49
WS
81 geometry/size.cpp
82 geometry/point.cpp
a0744a6b
VS
83 </sources>
84 <wx-lib>core</wx-lib>
85 <wx-lib>base</wx-lib>
86 </exe>
87
670ec357 88
387f829e
VS
89 <wx-data id="data">
90 <files>testdata.fc</files>
91 </wx-data>
92
412a5c57
VZ
93
94
95 <!-- BENCHMARKS -->
96
97 <exe id="printfbench" template="wx_sample_console,wx_test"
98 template_append="wx_append_base">
99 <sources>
100 benchmarks/printfbench.cpp
101 </sources>
102 <wx-lib>base</wx-lib>
103 </exe>
104
105
670ec357 106</makefile>