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
48 scopeguard/scopeguardtest.cpp
51 strings/stdstrings.cpp
59 streams/datastreamtest.cpp
60 streams/ffilestream.cpp
62 streams/filestream.cpp
66 streams/socketstream.cpp
69 streams/textstreamtest.cpp
70 streams/zlibstream.cpp
71 textfile/textfiletest.cpp
76 weakref/evtconnection.cpp
87 <exe id=
"test_gui" template=
"wx_sample,wx_test"
88 template_append=
"wx_append"
91 <!-- link against GUI libraries, but be a console app: -->
92 <app-type>console
</app-type>
100 controls/textctrltest.cpp
102 misc/selstoretest.cpp
103 window/clientsize.cpp
106 <wx-lib>core
</wx-lib>
107 <wx-lib>base
</wx-lib>
112 <files>testdata.fc
</files>
115 <template id=
"catalog">
116 <dstdir>$(BUILDDIR)/intl/$(id)
</dstdir>
117 <srcdir>$(SRCDIR)/intl/$(id)
</srcdir>
118 <files>internat.po internat.mo
</files>
121 <wx-data id=
"fr" template=
"catalog"/>
126 <exe id=
"printfbench" template=
"wx_sample_console,wx_test"
127 template_append=
"wx_append_base">
129 benchmarks/printfbench.cpp
131 <wx-lib>base
</wx-lib>