wxWidgets/tests/test.bkl
Václav Slavík e70833fb1d added regex test suite
git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@26104 c3d73ce0-8a6f-49c7-b76d-6d57e0e08775
2004-03-05 23:14:23 +00:00

19 lines
378 B
XML

<?xml version="1.0" ?>
<!-- $id$ -->
<makefile>
<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
regex/regex.cpp
</sources>
<wx-lib>base</wx-lib>
</exe>
</makefile>