made it possible to easily regenerate makefiles with stream suit (temporary, before...
[wxWidgets.git] / tests / test.bkl
1 <?xml version="1.0" ?>
2 <!-- $Id$ -->
3
4 <makefile>
5
6     <!-- FIXME: temporary hack.
7          Override this on command line, e.g.
8          bakefile_gen -f autoconf -b ../../tests/*.bkl -DBUILD_STREAM_TESTS=1
9     -->
10     <set var="BUILD_STREAM_TESTS">0</set>
11
12     <set var="STREAMS_FILES">
13         <if cond="BUILD_STREAM_TESTS=='1'">
14             streams/bstream.cpp
15             streams/ffilestream.cpp
16             streams/filestream.cpp
17             streams/memstream.cpp
18             streams/zlibstream.cpp
19         </if>
20     </set>
21
22     <include file="../build/bakefiles/common_samples.bkl"/>
23
24     <exe id="test" template="wx_test_console"
25                    template_append="wx_append_base">
26         <sources>
27             test.cpp
28             mbconv/main.cpp
29             formatconverter/formatconverter.cpp
30             regex/regex.cpp
31             filesys/filesys.cpp
32             arrays/arrays.cpp
33             longlong/longlong.cpp
34             $(STREAMS_FILES)
35         </sources>
36         <wx-lib>base</wx-lib>
37     </exe>
38
39 </makefile>