]> git.saurik.com Git - wxWidgets.git/blobdiff - tests/test.bkl
Add wxSizerFlags docs to wxSizer, wxSizerItem and wxSizer overview.
[wxWidgets.git] / tests / test.bkl
index c369af456194d56fd0a8058fdc81aee7b34cb05b..6b03777e68be8658a9368847543b400bebdbcff4 100644 (file)
@@ -9,13 +9,37 @@
                    template_append="wx_append_base">
         <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/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>