Commit f7a79ddf authored by Markus Kauppila's avatar Markus Kauppila

Refined install script to be more helpful.

parent 45e6823e
...@@ -15,7 +15,6 @@ SUBDIRS = src/libSDLtest \ ...@@ -15,7 +15,6 @@ SUBDIRS = src/libSDLtest \
tests/testevents \ tests/testevents \
tests/testkeyboard tests/testkeyboard
##all-local: install
install: install-runner install-tests install: install-runner install-tests
install-runner: install-runner:
$(SHELL) build-scripts/install-runner.sh $(SHELL) build-scripts/install-runner.sh
......
...@@ -3,8 +3,6 @@ ...@@ -3,8 +3,6 @@
DIRECTORY="tests" DIRECTORY="tests"
EXT="error" EXT="error"
#echo "Installing test suites to $DIRECTORY"
mkdir $DIRECTORY > /dev/null 2>&1 mkdir $DIRECTORY > /dev/null 2>&1
PLATFORM="$(uname)" PLATFORM="$(uname)"
...@@ -21,3 +19,7 @@ do ...@@ -21,3 +19,7 @@ do
done done
echo "Test suites installed." 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'"
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment