Make unittests in build job

This commit is contained in:
Johannes Lenzen
2021-02-02 16:01:22 +01:00
parent 8b5f4ec615
commit 4be641088f
2 changed files with 3 additions and 3 deletions

View File

@@ -52,6 +52,9 @@ if [ "$IWYU" == "IWYU" ]; then
else
# build it
make $MAKE_OPTIONS
# build unittests
make $MAKE_OPTIONS unittests
fi
cd ..