]> git.lyx.org Git - lyx.git/blob - src/frontends/tests/test_biblio
Embedding: add embedCB checkboxes to IncludeUi and ExternalUi
[lyx.git] / src / frontends / tests / test_biblio
1 #!/bin/sh
2
3 regfile=`cat ${srcdir}/regfiles/biblio`
4 output=`./biblio`
5
6 test "$regfile" = "$output"
7 exit $?