]> git.saurik.com Git - wxWidgets.git/blob - tests/test.bkl
2b6f93196a13cc3b26e85a684b7cf8fe0eac5eb8
[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 filesys/filesys.cpp
17 arrays/arrays.cpp
18 longlong/longlong.cpp
19 strings/strings.cpp
20 strings/stdstrings.cpp
21 strings/unicode.cpp
22 streams/bstream.cpp
23 streams/ffilestream.cpp
24 streams/filestream.cpp
25 streams/memstream.cpp
26 streams/zlibstream.cpp
27 </sources>
28 <wx-lib>base</wx-lib>
29 </exe>
30
31 <wx-data id="data">
32 <files>testdata.fc</files>
33 </wx-data>
34
35 </makefile>