Skip to content
This repository has been archived by the owner on Feb 28, 2021. It is now read-only.

Commit

Permalink
augmented 'utils/build-sources.sh' script to run all the TRE tests. (…
Browse files Browse the repository at this point in the history
…both 'make check' and 'make distcheck' have to pass scrutiny)
  • Loading branch information
GerHobbelt committed Jun 29, 2011
1 parent a35904d commit 29152a7
Showing 1 changed file with 6 additions and 0 deletions.
6 changes: 6 additions & 0 deletions utils/build-sources.sh
Expand Up @@ -10,6 +10,12 @@ mkdir tmp-build
cd tmp-build

../configure
if ! test -z "$*"; then
make clean
make
make check
make distcheck
fi
make dist

mkdir stage1-tree
Expand Down

0 comments on commit 29152a7

Please sign in to comment.