X-Git-Url: https://git.saurik.com/wxWidgets.git/blobdiff_plain/cf1014a2e11a3b06fecfb674a85a37120703a5c1..8329fea8ad89a4df6c2f0441facdc5ad189473ea:/tests/test.bkl?ds=inline

diff --git a/tests/test.bkl b/tests/test.bkl
index c369af4561..c0c396faeb 100644
--- a/tests/test.bkl
+++ b/tests/test.bkl
@@ -7,15 +7,51 @@
 
     <exe id="test" template="wx_test_console"
                    template_append="wx_append_base">
+
+        <if cond="WX_DISABLE_PRECOMP_HEADERS=='0'">
+            <if cond="FORMAT!='autoconf' and TOOLKIT=='MSW'">
+                <sources>dummy.cpp</sources>
+                <precomp-headers-gen>dummy.cpp</precomp-headers-gen>
+            </if>
+            <precomp-headers-header>testprec.h</precomp-headers-header>
+            <precomp-headers>on</precomp-headers>
+            <precomp-headers-file>testprec_$(id)</precomp-headers-file>
+        </if>
+
         <sources>
             test.cpp
-            mbconv/main.cpp
-            formatconverter/formatconverter.cpp
-            regex/regex.cpp
-            filesys/filesys.cpp
+            archive/archivetest.cpp
             arrays/arrays.cpp
+            datetime/datetimetest.cpp
+            fileconf/fileconftest.cpp
+            filename/filenametest.cpp
+            filesys/filesystest.cpp
+            fontmap/fontmaptest.cpp
+            formatconverter/formatconvertertest.cpp
+            hashes/hashes.cpp
+            longlong/longlongtest.cpp
+            mbconv/mbconvtest.cpp
+            regex/regextest.cpp
+            regex/wxregextest.cpp
+            strings/strings.cpp
+            strings/stdstrings.cpp
+            strings/unicode.cpp
+            strings/crt.cpp
+            streams/bstream.cpp
+            streams/ffilestream.cpp
+            streams/filestream.cpp
+            streams/memstream.cpp
+            streams/sstream.cpp
+            streams/textstreamtest.cpp
+            streams/zlibstream.cpp
+            uris/uris.cpp
         </sources>
+        <wx-lib>net</wx-lib>
         <wx-lib>base</wx-lib>
     </exe>
 
+    <wx-data id="data">
+        <files>testdata.fc</files>
+    </wx-data>
+
 </makefile>