]> git.saurik.com Git - wxWidgets.git/blobdiff - tests/test.bkl
fix bug in SetInsertionPoint(-1) implementation
[wxWidgets.git] / tests / test.bkl
index e5ad4455bee02ce5f0a2b3bcf81d95358c2a783a..de3a9f76e3dde87c304a918ab49527d5c6874073 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
@@ -63,6 +70,7 @@
             streams/iostreams.cpp
             streams/largefile.cpp
             streams/memstream.cpp
+            streams/socketstream.cpp
             streams/sstream.cpp
             streams/tempfile.cpp
             streams/textstreamtest.cpp
@@ -70,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/point.cpp
             config/config.cpp
             controls/textctrltest.cpp
+            controls/textentrytest.cpp
             image/rawbmp.cpp
             misc/selstoretest.cpp
             window/clientsize.cpp