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