summaryrefslogtreecommitdiff
path: root/Master/texmf-dist/doc/latex/cals/test/README
diff options
context:
space:
mode:
authorKarl Berry <karl@freefriends.org>2010-10-08 22:55:52 +0000
committerKarl Berry <karl@freefriends.org>2010-10-08 22:55:52 +0000
commit0defb3a486d0ea4acc281201f2fe3dfb1fe58677 (patch)
treeb131bfc838dce3c5248b8cafc79728ca2ea348ee /Master/texmf-dist/doc/latex/cals/test/README
parent642d21e6f53417257b6ff173b9216d3862139fe1 (diff)
new latex pkg cals (8oct01)
git-svn-id: svn://tug.org/texlive/trunk@20025 c570f23f-e606-0410-a88d-b1316a301751
Diffstat (limited to 'Master/texmf-dist/doc/latex/cals/test/README')
-rw-r--r--Master/texmf-dist/doc/latex/cals/test/README13
1 files changed, 13 insertions, 0 deletions
diff --git a/Master/texmf-dist/doc/latex/cals/test/README b/Master/texmf-dist/doc/latex/cals/test/README
new file mode 100644
index 00000000000..08e9f94dd16
--- /dev/null
+++ b/Master/texmf-dist/doc/latex/cals/test/README
@@ -0,0 +1,13 @@
+Unit tests for the CALS package. Usage:
+
+$ export TEXINPUTS=`pwd`/../cals:
+$ python support/run_tests.py
+ or, to execute a subset of the tests,
+$ python support/run_tests.py cell/test_10
+
+Expect that the tests in the directory "visual_tables" fail.
+Depending on the OS and TeX distro version, the font drawing
+might look different.
+
+Probably I need to package the unit testing code as a separate
+package and publish an article about it.