wxWidgets/tests/test.bkl

40 lines
1.0 KiB
Plaintext
Raw Normal View History

<?xml version="1.0" ?>
<!-- $Id$ -->
<makefile>
<!-- 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>
<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
formatconverter/formatconverter.cpp
regex/regex.cpp
filesys/filesys.cpp
arrays/arrays.cpp
longlong/longlong.cpp
$(STREAMS_FILES)
</sources>
<wx-lib>base</wx-lib>
</exe>
</makefile>