Skip to content
Projects
Groups
Snippets
Help
Loading...
Help
Submit feedback
Contribute to GitLab
Sign in
Toggle navigation
L
libSDL
Project
Project
Details
Activity
Releases
Cycle Analytics
Repository
Repository
Files
Commits
Branches
Tags
Contributors
Graph
Compare
Charts
Issues
0
Issues
0
List
Board
Labels
Milestones
Merge Requests
0
Merge Requests
0
CI / CD
CI / CD
Pipelines
Jobs
Schedules
Charts
Wiki
Wiki
Members
Members
Collapse sidebar
Close sidebar
Activity
Graph
Charts
Create a new issue
Jobs
Commits
Issue Boards
Open sidebar
PocketInsanity
libSDL
Commits
f7a79ddf
Commit
f7a79ddf
authored
Aug 28, 2011
by
Markus Kauppila
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
Refined install script to be more helpful.
parent
45e6823e
Changes
2
Show whitespace changes
Inline
Side-by-side
Showing
2 changed files
with
4 additions
and
3 deletions
+4
-3
Makefile.am
test/test-automation/Makefile.am
+0
-1
install-tests.sh
test/test-automation/build-scripts/install-tests.sh
+4
-2
No files found.
test/test-automation/Makefile.am
View file @
f7a79ddf
...
@@ -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
...
...
test/test-automation/build-scripts/install-tests.sh
View file @
f7a79ddf
...
@@ -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'"
Write
Preview
Markdown
is supported
0%
Try again
or
attach a new file
Attach a file
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment