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
32 cmdline/cmdlinetest.cpp
34 datetime/datetimetest.cpp
36 filename/filenametest.cpp
37 filesys/filesystest.cpp
38 fontmap/fontmaptest.cpp
39 formatconverter/formatconvertertest.cpp
43 longlong/longlongtest.cpp
44 mbconv/convautotest.cpp
50 scopeguard/scopeguardtest.cpp
53 strings/stdstrings.cpp
61 streams/datastreamtest.cpp
62 streams/ffilestream.cpp
64 streams/filestream.cpp
68 streams/socketstream.cpp
71 streams/textstreamtest.cpp
72 streams/zlibstream.cpp
73 textfile/textfiletest.cpp
78 weakref/evtconnection.cpp
89 <exe id=
"test_gui" template=
"wx_sample,wx_test"
90 template_append=
"wx_append"
93 <!-- link against GUI libraries, but be a console app: -->
94 <app-type>console
</app-type>
102 controls/textctrltest.cpp
104 misc/selstoretest.cpp
105 window/clientsize.cpp
108 <wx-lib>core
</wx-lib>
109 <wx-lib>base
</wx-lib>
114 <files>testdata.fc
</files>
117 <template id=
"catalog">
118 <dstdir>$(BUILDDIR)/intl/$(id)
</dstdir>
119 <srcdir>$(SRCDIR)/intl/$(id)
</srcdir>
120 <files>internat.po internat.mo
</files>
123 <wx-data id=
"fr" template=
"catalog"/>
128 <exe id=
"printfbench" template=
"wx_sample_console,wx_test"
129 template_append=
"wx_append_base">
131 benchmarks/printfbench.cpp
133 <wx-lib>base
</wx-lib>