2022-01-17 16:34:38 +05:00
|
|
|
#!/bin/sh
|
|
|
|
|
2022-02-10 00:59:08 +05:00
|
|
|
set -eux
|
2022-01-17 16:34:38 +05:00
|
|
|
|
|
|
|
REPO="$(realpath "$(dirname "$(realpath "$0")")/..")"
|
|
|
|
if [ -f "$REPO/Makefile" ]; then make -C "$REPO" distclean; fi
|
|
|
|
|
2022-05-24 20:46:19 +03:00
|
|
|
"$REPO/configure" --enable-tests
|