- <!-- 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'">
+ <include file="../build/bakefiles/common_samples.bkl"/>
+
+ <template id="wx_test">
+ <cppflags>$(CPPUNIT_CFLAGS)</cppflags>
+ <ldflags>$(CPPUNIT_LIBS)</ldflags>
+
+ <if cond="WX_DISABLE_PRECOMP_HEADERS=='0'">
+ <if cond="FORMAT!='autoconf' and TOOLKIT=='MSW'">
+ <sources>dummy.cpp</sources>
+ <precomp-headers-gen>dummy.cpp</precomp-headers-gen>
+ </if>
+ <precomp-headers-header>testprec.h</precomp-headers-header>
+ <precomp-headers>on</precomp-headers>
+ <precomp-headers-file>testprec_$(id)</precomp-headers-file>
+ </if>
+ </template>
+
+ <exe id="test" template="wx_sample_console,wx_test"
+ template_append="wx_append_base">
+ <sources>
+ test.cpp
+ archive/archivetest.cpp
+ archive/ziptest.cpp
+ arrays/arrays.cpp
+ datetime/datetimetest.cpp
+ fileconf/fileconftest.cpp
+ filekind/filekind.cpp
+ filename/filenametest.cpp
+ filesys/filesystest.cpp
+ fontmap/fontmaptest.cpp
+ formatconverter/formatconvertertest.cpp
+ hashes/hashes.cpp
+ lists/lists.cpp
+ longlong/longlongtest.cpp
+ mbconv/mbconvtest.cpp
+ regex/regextest.cpp
+ regex/wxregextest.cpp
+ scopeguard/scopeguardtest.cpp
+ strings/strings.cpp
+ strings/stdstrings.cpp
+ strings/unicode.cpp
+ strings/crt.cpp