lyx_mirror/src/tests/test_Length
Georg Baum 7910502b8e Add unit test for the Length class
I noticed that inBP() is wrong for several units and want to fix it.
The unit test will help me to find regressions.
2015-07-12 18:10:43 +02:00

8 lines
118 B
Bash
Executable File

#!/bin/sh
regfile=`cat ${srcdir}/tests/regfiles/Length`
output=`./check_Length`
test "$regfile" = "$output"
exit $?