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