Adds tinytest and tinytest_test targets to the migration docs.

This commit is contained in:
Tom Hicks
2025-06-30 13:14:23 -07:00
parent e75c0ed9cb
commit 14960909cf

View File

@@ -16,6 +16,7 @@
- `logger` - `logger`
- `pretty_print` - `pretty_print`
- `windows_logger` - `windows_logger`
- `tinytest`
#### Tests #### Tests
- `ansi_escapes_test` - `ansi_escapes_test`
@@ -23,6 +24,7 @@
- `logger_test` - `logger_test`
- `pretty_print_test` - `pretty_print_test`
- `windows_logger_test` - `windows_logger_test`
- `tinytest_test`
### Dependencies ### Dependencies
- Note all external dependencies, including JTest, and how they are currently managed. - Note all external dependencies, including JTest, and how they are currently managed.