]> git.saurik.com Git - wxWidgets.git/blobdiff - tests/test.bkl
rebaked makefiles with 0.2.4 (and now with forgotten files)
[wxWidgets.git] / tests / test.bkl
index 8fa1ac432fce403dc005ba23f3451a5603398f13..f6d3ec51ae654d2db111853ae183a060e6826c8f 100644 (file)
@@ -2,6 +2,11 @@
 <!-- $Id$ -->
 
 <makefile>
+    <!--
+        The use of PCH is disabled for samples by default but we do want to use
+        them for the test as this dramatically speeds up its compilation.
+     -->
+    <set var="WX_ENABLE_PRECOMP_HEADERS">1</set>
 
     <include file="../build/bakefiles/common_samples.bkl"/>
 
@@ -43,6 +48,8 @@
             longlong/longlongtest.cpp
             mbconv/convautotest.cpp
             mbconv/mbconvtest.cpp
+            misc/misctests.cpp
+            net/ipc.cpp
             regex/regextest.cpp
             regex/wxregextest.cpp
             scopeguard/scopeguardtest.cpp
             streams/ffilestream.cpp
             streams/fileback.cpp
             streams/filestream.cpp
+            streams/iostreams.cpp
             streams/largefile.cpp
             streams/memstream.cpp
+            streams/socketstream.cpp
             streams/sstream.cpp
             streams/tempfile.cpp
             streams/textstreamtest.cpp
@@ -69,6 +78,7 @@
             textfile/textfiletest.cpp
             thread/atomic.cpp
             thread/queue.cpp
+            thread/tls.cpp
             uris/uris.cpp
             vectors/vectors.cpp
             weakref/evtconnection.cpp
             geometry/size.cpp
             geometry/point.cpp
             config/config.cpp
+            controls/comboboxtest.cpp
             controls/textctrltest.cpp
+            controls/textentrytest.cpp
             image/rawbmp.cpp
+            misc/guifuncs.cpp
             misc/selstoretest.cpp
             window/clientsize.cpp
             window/setsize.cpp