]> git.saurik.com Git - wxWidgets.git/blob - tests/test.bkl
URL conditional and consistent intendation.
[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 <sources>
11 test.cpp
12 arrays/arrays.cpp
13 datetime/datetimetest.cpp
14 fileconf/fileconftest.cpp
15 filename/filenametest.cpp
16 filesys/filesystest.cpp
17 fontmap/fontmaptest.cpp
18 formatconverter/formatconvertertest.cpp
19 hashes/hashes.cpp
20 longlong/longlongtest.cpp
21 mbconv/mbconvtest.cpp
22 regex/regextest.cpp
23 regex/wxregextest.cpp
24 strings/strings.cpp
25 strings/stdstrings.cpp
26 strings/unicode.cpp
27 strings/crt.cpp
28 streams/bstream.cpp
29 streams/ffilestream.cpp
30 streams/filestream.cpp
31 streams/memstream.cpp
32 streams/sstream.cpp
33 streams/zlibstream.cpp
34 uris/uris.cpp
35 </sources>
36 <wx-lib>net</wx-lib>
37 <wx-lib>base</wx-lib>
38 </exe>
39
40 <wx-data id="data">
41 <files>testdata.fc</files>
42 </wx-data>
43
44 </makefile>