wxTextOutputStream::PutChar and text stream test
[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             archive/archivetest.cpp
13             arrays/arrays.cpp
14             datetime/datetimetest.cpp
15             fileconf/fileconftest.cpp
16             filename/filenametest.cpp
17             filesys/filesystest.cpp
18             fontmap/fontmaptest.cpp
19             formatconverter/formatconvertertest.cpp
20             hashes/hashes.cpp
21             longlong/longlongtest.cpp
22             mbconv/mbconvtest.cpp
23             regex/regextest.cpp
24             regex/wxregextest.cpp
25             strings/strings.cpp
26             strings/stdstrings.cpp
27             strings/unicode.cpp
28             strings/crt.cpp
29             streams/bstream.cpp
30             streams/ffilestream.cpp
31             streams/filestream.cpp
32             streams/memstream.cpp
33             streams/sstream.cpp
34             streams/textstreamtest.cpp
35             streams/zlibstream.cpp
36             uris/uris.cpp
37         </sources>
38         <wx-lib>net</wx-lib>
39         <wx-lib>base</wx-lib>
40     </exe>
41
42     <wx-data id="data">
43         <files>testdata.fc</files>
44     </wx-data>
45
46 </makefile>