libXfont: Changes to 'libXfont-1.5-branch'

GitLab Mirror gitlab-mirror at kemper.freedesktop.org
Sat Aug 3 20:50:33 UTC 2019


 Makefile.am                  |    2 
 configure.ac                 |    2 
 test/Makefile.am             |    2 
 test/utils/Makefile.am       |   35 +++++++
 test/utils/README            |   18 +++
 test/utils/font-test-utils.c |  205 +++++++++++++++++++++++++++++++++++++++++++
 test/utils/font-test-utils.h |   48 ++++++++++
 test/utils/lsfontdir.c       |   74 +++++++++++++++
 8 files changed, 385 insertions(+), 1 deletion(-)

New commits:
commit 03126350473f440e3bba416729091aae4a3f56ab
Author: Alan Coopersmith <alan.coopersmith at oracle.com>
Date:   Sun Feb 8 10:42:51 2015 -0800

    Add some unit testing utilities
    
    The test/utils directory contains some standalone test programs for testing
    libXfont funtionality without needing a full X server session.  They could
    be used to generate automated unit testing in the future, but that work has
    not yet been done.
    
    Signed-off-by: Alan Coopersmith <alan.coopersmith at oracle.com>



More information about the xorg-commit mailing list