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:
parent
cbdd1dc83d
commit
76279cb410
6 changed files with 36 additions and 17 deletions
|
|
@ -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
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue