1
0
Fork 0
mirror of https://github.com/tailix/libkernaux.git synced 2026-08-15 11:00:07 -04:00

Build tests and examples conditionally

This commit is contained in:
Alex Kotov 2022-01-17 17:33:28 +05:00
parent cbdd1dc83d
commit 76279cb410
Signed by: kotovalexarian
GPG key ID: 553C0EBBEB5D5F08
6 changed files with 36 additions and 17 deletions

View file

@ -5,4 +5,4 @@ set -e
REPO="$(realpath "$(dirname "$(realpath "$0")")/..")"
if [ -f "$REPO/Makefile" ]; then make -C "$REPO" distclean; fi
"$REPO/configure"
"$REPO/configure" --enable-tests