Files
wxWidgets/tests
Vadim Zeitlin eb1242cc1c Merge branch 'compat-32'
Remove WXWIN_COMPATIBILITY_2_8 and associated code, add
WXWIN_COMPATIBILITY_3_2.

See #22692.

Closes #22686.
2022-08-03 18:13:44 +02:00
..
2022-08-02 08:26:29 +02:00
2021-11-20 22:06:28 +01:00
2022-06-26 22:12:51 +02:00
2022-08-02 08:26:29 +02:00
2022-08-02 08:26:29 +02:00
2021-11-12 14:21:41 +01: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.