aboutsummaryrefslogtreecommitdiff
path: root/test/Makefile.am
AgeCommit message (Collapse)Author
2023-12-30Add automatic rendering testsRodrigo Arias Mallo
These tests render a HTML page in Dillo and save a screenshot which is compared with another one rendered by a reference HTML file which doesn't make use of the feature under test. Running these tests require some additional dependencies to run a Xorg server and capture screenshots of the browser, so they are only enabled when configured with the --enable-html-tests option. Additionally, running Dillo and opening local files requires a working file dpi plugin. So, when running the HTML tests it is required that a working dpid server can be launched by Dillo. To do so, Dillo can be first installed to a prefix directory, the dpidrc file copied to ~/.dillo/ and then the DILLOBIN variable set to the path of the dillo binary under test.
2023-12-21Split 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.
2014-09-18Test.Sebastian Geerken
2014-07-18Merge with main repo.Sebastian Geerken
2014-07-13Tests.Sebastian Geerken
2014-07-12Tests are now linked to libX11 when needed.Sebastian Geerken
2014-03-02Fixed compile error.Sebastian Geerken
2013-12-09Merge (large!).Sebastian Geerken
2013-09-12Added basic functionality for background images to dw::style. Drawing still ↵Sebastian Geerken
very incomplete.
2013-01-29Merge with main repo.Sebastian Geerken
2013-01-27Test for containers. (Just curious how complete the code is ...)Sebastian Geerken
2012-12-17Merge with main repo.Sebastian Geerken
2012-12-14Extended test.Sebastian Geerken
2012-12-13New function nextUtf8Char; usage in dw::Hyphenator and (partly) dw::Textblock.Sebastian Geerken
2012-12-10test/Makefile.am: remove the (now unused) fltk_browser_* variables.Jeremy Henty
2012-12-09rm test/fltk_browser.cccorvid
2012-10-07Merge with main repo.Sebastian Geerken
2012-09-20add test/trie programJohannes Hofmann
The test/trie program allows to create better packed tries to reduce memory consumption of the hyphenation even further. Usage: trie <pattern file> > <prefix>/lib/dillo/hyphenation/<lang>.pat.trie e.g: ./trie hyph-de-1996.pat > /usr/local/lib/dillo/hyphenation/de.pat.trie If the <lang>.pat.trie is found, dillo will use this precompressed trie instead of the <lang>.pat file.
2012-09-14Merge of <http://hg.dillo.org/dillo>.Sebastian Geerken
2012-07-04NotSoSimpleVectorsgeerken
2012-06-25Hyphenation moved to dw (soon to be used by dw::Textlock)sgeerken
2012-06-24First part of hyphenation! And some minor changes in "lout".sgeerke
2011-05-28mergeJohannes Hofmann
2011-01-28**/Makefile.am: #include $(top_srcdir).Jeremy Henty
2011-01-28**/Makefile.am: replace .. paths with absolute paths using $(top_builddir).Jeremy Henty
2010-08-20mergeJohannes Hofmann
2010-08-20import float prototype and test program by Sebastian GeerkenJohannes Hofmann
2010-01-20cookies test programcorvid
2008-09-24- Moved the dw2 tree into dillo2's tree.jcid