mention autcross in arch.tex

* doc/org/arch.tex: Add autcross.
* tests/sanity/bin.test: Make sure all binaries appear in arch.tex.
This commit is contained in:
Alexandre Duret-Lutz 2017-08-17 14:13:00 +02:00
parent 1cc45b2413
commit b7d54c8b90
2 changed files with 6 additions and 1 deletions

View file

@ -28,7 +28,8 @@
\texttt{dstar2tgba}\\
\texttt{ltlcross}\\
\texttt{ltlgrind}\\
\texttt{ltldo}
\texttt{ltldo}\\
\texttt{autcross}
};
\node[cppbox=4.7cm,above right=0mm and 2mm of shcmd.south east] (libgen) {\texttt{libspotgen\strut}};
\node[cppbox=2.5cm,above right=0mm and 2mm of libgen.south east] (buddy) {\texttt{libbddx\strut}};

View file

@ -71,6 +71,10 @@ do
exit_status=2
fi
fi
if ! grep -q "{$binary" $top_srcdir/doc/org/arch.tex; then
echo "$binary does not occur in doc/org/arch.tex"
exit_status=2
fi
esac
done