chore: add GUT test framework

This commit is contained in:
xiaji
2026-05-29 09:16:10 +08:00
parent 5741ba1dc0
commit 07fc763413
808 changed files with 76903 additions and 0 deletions

View File

@@ -0,0 +1,13 @@
These are a bunch of tests that you have to look at the output for. They are not included in a normal run. To run these tests use the following command:
```
gut -gconfig= -gdir test/output_tests
```
```
gut -gconfig= -gdir test/output_tests -gexit -gignore_pause
```
```
gut -gconfig= -gdir test/output_tests -gexit -gignore_pause -gselect test_bugs
```