Files
wxWidgets/tests
Vadim Zeitlin ff7fc88c01 Merge branch 'tiff-fixes' into master
Fix writing out corrupted TIFF files due to misusing TIFFSetField().

See #23056.
2022-12-23 20:07:55 +01:00
..
2022-12-20 00:23:45 +01:00
2022-11-24 14:15:02 +01:00
2022-12-07 20:52:33 +01:00
2022-10-11 00:48:00 +02:00
2022-10-18 18:39:13 +02:00
2022-10-18 18:39:13 +02:00
2022-10-18 18:39:13 +02:00
2022-10-11 00:48:00 +02:00
2022-10-18 18:39:13 +02:00

Tests

This directory contains tests for the library and is mostly useful for the library developers. See the samples subdirectory for the examples that are more useful to the application developers using the library.

If you do work on the library itself and would like to modify an existing or add a new test, please see docs/contributing/how-to-write-unit-tests.md for more information.

This file also contains the instructions for running the tests if you'd just like to do it to confirm that the library works correctly.