]> git.saurik.com Git - wxWidgets.git/blob - tests/test.bkl
Removed some extraneous whitespace.
[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 mbconv/main.cpp
13 formatconverter/formatconverter.cpp
14 regex/regex.cpp
15 regex/wxregex.cpp
16 fileconf/fileconf.cpp
17 filename/filename.cpp
18 filesys/filesys.cpp
19 arrays/arrays.cpp
20 hashes/hashes.cpp
21 longlong/longlong.cpp
22 strings/strings.cpp
23 strings/stdstrings.cpp
24 strings/unicode.cpp
25 strings/crt.cpp
26 streams/bstream.cpp
27 streams/ffilestream.cpp
28 streams/filestream.cpp
29 streams/memstream.cpp
30 streams/sstream.cpp
31 streams/zlibstream.cpp
32 fontmap/fontmap.cpp
33 datetime/datetime.cpp
34 </sources>
35 <wx-lib>base</wx-lib>
36 </exe>
37
38 <wx-data id="data">
39 <files>testdata.fc</files>
40 </wx-data>
41
42 </makefile>