mirror of
https://github.com/tailix/libkernaux.git
synced 2026-08-22 11:04:22 -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
|
|
@ -7,4 +7,4 @@ if [ -f "$REPO/Makefile" ]; then make -C "$REPO" distclean; fi
|
|||
|
||||
PREFIX="$REPO/dest/dev-native"
|
||||
|
||||
"$REPO/configure" --prefix="$PREFIX"
|
||||
"$REPO/configure" --prefix="$PREFIX" --enable-tests
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue