diff options
author | Rodrigo Arias Mallo <rodarima@gmail.com> | 2025-09-28 20:26:15 +0200 |
---|---|---|
committer | Rodrigo <rodarima@gmail.com> | 2025-09-28 23:10:55 +0200 |
commit | fb510ea86be5ceb9e91573890242581fdbd77ad8 (patch) | |
tree | d819fe40683592008d136727f5a0b03e48dc1164 /24/index.md |
Diffstat (limited to '24/index.md')
-rw-r--r-- | 24/index.md | 10 |
1 files changed, 10 insertions, 0 deletions
diff --git a/24/index.md b/24/index.md new file mode 100644 index 0000000..5e30e45 --- /dev/null +++ b/24/index.md @@ -0,0 +1,10 @@ +Title: Split tests into directories and run them with "make check" +Author: rodarima +Created: Thu, 21 Dec 2023 00:13:00 +0000 +State: closed + +Graphical tests for the Dillo Widget (dw) are moved into test/dw, the rest of unit tests are in test/unit. + +Most of the tests require manual intervention from humans. This MR makes some of the unit tests work on their own. + +See #15
\ No newline at end of file |