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

Commit

Permalink
Refined install script to be more helpful.
Browse files Browse the repository at this point in the history
  • Loading branch information
mkauppila committed Aug 28, 2011
1 parent 151f617 commit f266699
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 3 deletions.
1 change: 0 additions & 1 deletion test/test-automation/Makefile.am
Expand Up @@ -15,7 +15,6 @@ SUBDIRS = src/libSDLtest \
tests/testevents \
tests/testkeyboard

##all-local: install
install: install-runner install-tests
install-runner:
$(SHELL) build-scripts/install-runner.sh
Expand Down
6 changes: 4 additions & 2 deletions test/test-automation/build-scripts/install-tests.sh
Expand Up @@ -3,8 +3,6 @@
DIRECTORY="tests"
EXT="error"

#echo "Installing test suites to $DIRECTORY"

mkdir $DIRECTORY > /dev/null 2>&1

PLATFORM="$(uname)"
Expand All @@ -21,3 +19,7 @@ do
done

echo "Test suites installed."
echo "Run './runner --show-tests' to see the available tests"
echo "and './runner' to execute them"
echo ""
echo "For more commands: './runner --help'"

0 comments on commit f266699

Please sign in to comment.