mirror of
https://github.com/libtom/libtomcrypt
synced 2026-08-25 20:26:07 -04:00
Ensure that latex-tables tool succeeds
Signed-off-by: Steffen Jaeckel <s@jaeckel.eu>
This commit is contained in:
parent
014cc99c75
commit
885578932a
1 changed files with 2 additions and 0 deletions
|
|
@ -24,6 +24,8 @@ function run_gcc() {
|
|||
|
||||
make -j$(nproc) latex-tables V=0
|
||||
|
||||
./latex-tables
|
||||
|
||||
echo "verify docs..."
|
||||
while read -r line; do
|
||||
grep -q -e "$line" doc/crypt.tex || { echo "Failed to find \"$line\" in doc/crypt.tex"; exit 1; }
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue