applied rest of streams test suite patch
[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             filesys/filesys.cpp
16             arrays/arrays.cpp
17             longlong/longlong.cpp
18             streams/bstream.cpp
19             streams/ffilestream.cpp
20             streams/filestream.cpp
21             streams/memstream.cpp
22             streams/zlibstream.cpp
23         </sources>
24         <wx-lib>base</wx-lib>
25     </exe>
26
27 </makefile>