summaryrefslogtreecommitdiff
path: root/tests/fonts.conf.test
diff options
context:
space:
mode:
authorPhilipp Gesang <phg42.2a@gmail.com>2014-01-02 21:28:37 +0100
committerPhilipp Gesang <phg42.2a@gmail.com>2014-01-02 21:28:37 +0100
commit23b4da05696ec0c3a4c48083209ae37facd09acc (patch)
tree5fe46b0161e7844047a6861a55be39d06ffe757e /tests/fonts.conf.test
parent9e2424f29eb2e54968026f4c847bf57c64f59ed6 (diff)
downloadluaotfload-23b4da05696ec0c3a4c48083209ae37facd09acc.tar.gz
[*] remove tests directory
Testing has been done using the test repo exclusively for quite some time now: https://bitbucket.org/phg/lua-la-tex-tests. Also, the ``mktests`` script partially automates testing of the font management. This changeset is just codifying the facts. If any of the tests deserves preservation please file an issue for inclusion into the test repo. Thanks!
Diffstat (limited to 'tests/fonts.conf.test')
-rw-r--r--tests/fonts.conf.test25
1 files changed, 0 insertions, 25 deletions
diff --git a/tests/fonts.conf.test b/tests/fonts.conf.test
deleted file mode 100644
index 3c3e132..0000000
--- a/tests/fonts.conf.test
+++ /dev/null
@@ -1,25 +0,0 @@
-<?xml version="1.0"?>
-<!DOCTYPE fontconfig SYSTEM "fonts.dtd">
-<!-- /etc/fonts/fonts.conf file to configure system font access -->
-<fontconfig>
- <!-- this is a comment -->
- <!-- this is a comment with the <dir>test 0 failed!</dir> -->
- <!---->
- <!--
- this is a comment -->
- <!--
- this is a comment
- -->
- <!--
- this is a comment
- <dir>test -1 failed!</dir>
- -->
- <include prefix="xdg">fontconfig/fonts.conf</include><!-- this is a dir -->
- <dir>test 1 ok</dir>
- <dir>test 2 ok</dir><dir>test 3 ok</dir>
- <dir>test 4 ok</dir><!-- comment--><dir>test 5 ok</dir>
- <!-- this starts to be more debian-specific... change it to fit your system -->
- <include>/etc/fonts/conf.d</include><!-- this is a dir -->
- <include>/etc/fonts/fonts.conf</include>
- <include ignore_missing="no">/etc/fonts/conf.d/69-unifont.conf</include>
-</fontconfig>