4 Plover is a front-end for the razor library intended to facilitate easy
5 integration with GLib and Gtk+.
7 The official website for project beach (of which plover is one part) is:
9 http://www.juiblex.co.uk/beach/
14 Installation is via the standard procedure:
23 The main testsuite can be run using:
27 There are also a number of extended checks that use the main testsuite:
29 % make distcheck # Standard automake target
30 % make check-code-coverage # Generate a coverage report for testsuite
31 % make check-valgrind # Generate memcheck, etc., reports
33 Note that check-valgrind in particular is not expected to pass. That would
34 require no unsuppressed false positives under all versions of our dependencies,
35 which is too difficult to achieve.