]> git.saurik.com Git - wxWidgets.git/blobdiff - build/bakefiles/config.bkl
When running samples from the demo standalone you can now add a
[wxWidgets.git] / build / bakefiles / config.bkl
index 930eb771c67761cfb84469abdf4d5beadc510ba6..dc4c51f5846a657d4ede82a4f46a221c506524bf 100644 (file)
@@ -177,6 +177,23 @@ where object files are stored as well as the location of
 compiled .lib files and setup.h under the lib/ toplevel directory.
         </description>
     </option>
+
+    <!-- unit tests support: -->
+    <option name="CPPUNIT_CFLAGS">
+        <default-value></default-value>
+        <description>
+Compiler flags needed to compile test suite in tests directory. If you want
+to run the tests, set it so that the compiler can find CppUnit headers.
+        </description>
+    </option>
+    
+    <option name="CPPUNIT_LIBS">
+        <default-value></default-value>
+        <description>
+Linker flags needed to link test suite in tests directory. If you want
+to run the tests, include CppUnit library here.
+        </description>
+    </option>
     
     
     <!-- ================================================================== -->