6 <include file=
"../build/bakefiles/common_samples.bkl"/>
8 <template id=
"wx_test">
9 <cppflags>$(CPPUNIT_CFLAGS)
</cppflags>
10 <ldflags>$(CPPUNIT_LIBS)
</ldflags>
12 <if cond=
"WX_DISABLE_PRECOMP_HEADERS=='0'">
13 <if cond=
"FORMAT!='autoconf' and TOOLKIT=='MSW'">
14 <sources>dummy.cpp
</sources>
15 <precomp-headers-gen>dummy.cpp
</precomp-headers-gen>
17 <precomp-headers-header>testprec.h
</precomp-headers-header>
18 <precomp-headers>on
</precomp-headers>
19 <precomp-headers-file>testprec_$(id)
</precomp-headers-file>
23 <exe id=
"test" template=
"wx_sample_console,wx_test"
24 template_append=
"wx_append_base">
27 archive/archivetest.cpp
33 datetime/datetimetest.cpp
35 filename/filenametest.cpp
36 filesys/filesystest.cpp
37 fontmap/fontmaptest.cpp
38 formatconverter/formatconvertertest.cpp
42 longlong/longlongtest.cpp
43 mbconv/convautotest.cpp
47 scopeguard/scopeguardtest.cpp
50 strings/stdstrings.cpp
58 streams/datastreamtest.cpp
59 streams/ffilestream.cpp
61 streams/filestream.cpp
66 streams/textstreamtest.cpp
67 streams/zlibstream.cpp
68 textfile/textfiletest.cpp
73 weakref/evtconnection.cpp
82 <exe id=
"test_gui" template=
"wx_sample,wx_test"
83 template_append=
"wx_append"
86 <!-- link against GUI libraries, but be a console app: -->
87 <app-type>console
</app-type>
95 controls/clientsize.cpp
96 controls/textctrltest.cpp
104 <files>testdata.fc
</files>
107 <template id=
"catalog">
108 <dstdir>$(BUILDDIR)/intl/$(id)
</dstdir>
109 <srcdir>$(SRCDIR)/intl/$(id)
</srcdir>
110 <files>internat.po internat.mo
</files>
113 <wx-data id=
"fr" template=
"catalog"/>
118 <exe id=
"printfbench" template=
"wx_sample_console,wx_test"
119 template_append=
"wx_append_base">
121 benchmarks/printfbench.cpp
123 <wx-lib>base
</wx-lib>