]> git.lyx.org Git - features.git/blob - src/tests/test_Length
Next runtime messages to be ommitted if compiled with clang using flag '-fsanitize'.
[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 $?