]> git.saurik.com Git - wxWidgets.git/blob - tests/test.bkl
reSWIGged
[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 <exe id="test" template="wx_test_console"
9 template_append="wx_append_base">
10
11 <if cond="WX_DISABLE_PRECOMP_HEADERS=='0'">
12 <if cond="FORMAT!='autoconf' and TOOLKIT=='MSW'">
13 <sources>dummy.cpp</sources>
14 <precomp-headers-gen>dummy.cpp</precomp-headers-gen>
15 </if>
16 <precomp-headers-header>testprec.h</precomp-headers-header>
17 <precomp-headers>on</precomp-headers>
18 <precomp-headers-file>testprec_$(id)</precomp-headers-file>
19 </if>
20
21 <sources>
22 test.cpp
23 archive/archivetest.cpp
24 arrays/arrays.cpp
25 datetime/datetimetest.cpp
26 fileconf/fileconftest.cpp
27 filename/filenametest.cpp
28 filesys/filesystest.cpp
29 fontmap/fontmaptest.cpp
30 formatconverter/formatconvertertest.cpp
31 hashes/hashes.cpp
32 longlong/longlongtest.cpp
33 mbconv/mbconvtest.cpp
34 regex/regextest.cpp
35 regex/wxregextest.cpp
36 strings/strings.cpp
37 strings/stdstrings.cpp
38 strings/unicode.cpp
39 strings/crt.cpp
40 streams/bstream.cpp
41 streams/ffilestream.cpp
42 streams/filestream.cpp
43 streams/memstream.cpp
44 streams/sstream.cpp
45 streams/textstreamtest.cpp
46 streams/zlibstream.cpp
47 uris/uris.cpp
48 </sources>
49 <wx-lib>net</wx-lib>
50 <wx-lib>base</wx-lib>
51 </exe>
52
53 <wx-data id="data">
54 <files>testdata.fc</files>
55 </wx-data>
56
57 </makefile>