summaryrefslogtreecommitdiff
path: root/test-suite/check
blob: 48a67449002736933b572afff4f094b4e14f7dec (plain)
1
2
3
4
5
6
7
8
9
10
11
#!/bin/sh

MAKE="${MAKE:=make}"

if [ "$1" = -byte ]; then
  export BEST=byte
fi

${MAKE} clean > /dev/null 2>&1
${MAKE} all > /dev/null 2>&1
cat summary.log