Age | Commit message (Collapse) | Author |
|
The strdup function is not available in POSIX-2001, so we use our own
implementation in dlib: dStrdup.
Reviewed-by: dogma
|
|
Instead use inet_addr("127.0.0.1") which is POSIX 2001 and also more
clear.
Reviewed-by: dogma
|
|
Reviewed-by: dogma
|
|
Reviewed-by: dogma
|
|
|
|
The hyphenation test fails without them.
|
|
They are now relative to the root directory of the project, instead of
relative to the test file location.
|
|
The asserts only take effect when building with them enabled.
|
|
|
|
The hyphenation files are manually specified from the local file, so
they are always the same.
|
|
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.
|