2004-03-03 17:56:16 -05:00
|
|
|
<?xml version="1.0" ?>
|
2004-03-06 06:23:49 -05:00
|
|
|
<!-- $Id$ -->
|
2004-03-03 17:56:16 -05:00
|
|
|
|
|
|
|
<makefile>
|
|
|
|
|
2004-04-11 16:59:46 -04:00
|
|
|
<!-- FIXME: temporary hack.
|
|
|
|
Override this on command line, e.g.
|
|
|
|
bakefile_gen -f autoconf -b ../../tests/*.bkl -DBUILD_STREAM_TESTS=1
|
|
|
|
-->
|
|
|
|
<set var="BUILD_STREAM_TESTS">0</set>
|
|
|
|
|
|
|
|
<set var="STREAMS_FILES">
|
|
|
|
<if cond="BUILD_STREAM_TESTS=='1'">
|
|
|
|
streams/bstream.cpp
|
|
|
|
streams/ffilestream.cpp
|
|
|
|
streams/filestream.cpp
|
|
|
|
streams/memstream.cpp
|
|
|
|
streams/zlibstream.cpp
|
|
|
|
</if>
|
|
|
|
</set>
|
|
|
|
|
2004-03-03 17:56:16 -05:00
|
|
|
<include file="../build/bakefiles/common_samples.bkl"/>
|
|
|
|
|
|
|
|
<exe id="test" template="wx_test_console"
|
|
|
|
template_append="wx_append_base">
|
|
|
|
<sources>
|
|
|
|
test.cpp
|
|
|
|
mbconv/main.cpp
|
2004-03-06 06:23:49 -05:00
|
|
|
formatconverter/formatconverter.cpp
|
2004-03-05 18:14:23 -05:00
|
|
|
regex/regex.cpp
|
2004-03-28 15:44:26 -05:00
|
|
|
filesys/filesys.cpp
|
2004-04-01 16:10:33 -05:00
|
|
|
arrays/arrays.cpp
|
2004-04-06 08:15:27 -04:00
|
|
|
longlong/longlong.cpp
|
2004-04-11 16:59:46 -04:00
|
|
|
$(STREAMS_FILES)
|
2004-03-03 17:56:16 -05:00
|
|
|
</sources>
|
|
|
|
<wx-lib>base</wx-lib>
|
|
|
|
</exe>
|
|
|
|
|
|
|
|
</makefile>
|