Age | Commit message (Collapse) | Author | |
---|---|---|---|
2024-08-07 | Use dStrdup instead of strdup | Rodrigo Arias Mallo | |
The strdup function is not available in POSIX-2001, so we use our own implementation in dlib: dStrdup. Reviewed-by: dogma | |||
2023-12-21 | Split tests into unit and dw (graphical) | Rodrigo Arias Mallo | |
Graphical tests for the dw (Dillo Widget) are moved to test/dw, while unit tests are placed into test/unit. All tests are compiled with "make check" but only the tests that can run without intervention and without a graphic display are executed. |