diff options
author | Alan Coopersmith <alan.coopersmith@oracle.com> | 2015-02-08 10:42:51 -0800 |
---|---|---|
committer | Alan Coopersmith <alan.coopersmith@oracle.com> | 2019-08-03 13:48:24 -0700 |
commit | 03126350473f440e3bba416729091aae4a3f56ab (patch) | |
tree | 74015fa9a352a44c5472c0e0e07db9b22ae5c3d4 /test/Makefile.am | |
parent | 7d246751628bb877e04da762ec1a2e41ffa62154 (diff) |
Add some unit testing utilitieslibXfont-1.5-branch
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@oracle.com>
Diffstat (limited to 'test/Makefile.am')
-rw-r--r-- | test/Makefile.am | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/test/Makefile.am b/test/Makefile.am new file mode 100644 index 0000000..3357ac9 --- /dev/null +++ b/test/Makefile.am @@ -0,0 +1,2 @@ +# Tests for libXfont +SUBDIRS=utils |