]> git.lyx.org Git - features.git/blob - src/tests/test_Length
Add unit test for InsetListings::getCaption()
[features.git] / src / tests / test_Length
1 #!/bin/sh
2
3 regfile=`cat ${srcdir}/tests/regfiles/Length`
4 output=`./check_Length`
5
6 test "$regfile" = "$output"
7 exit $?