1
0
Fork 0
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:
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

@ -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