Skip to content
GitLab
Menu
Projects
Groups
Snippets
/
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Sign in / Register
Toggle navigation
Menu
Open sidebar
Gautam Chitnis
web-ui-redesign
Commits
85028906
Commit
85028906
authored
Apr 11, 2008
by
Pierre d'Herbemont
Browse files
test: Fix a typo in Makefile. dirname was to be used, not basename.
parent
eac783c0
Changes
1
Hide whitespace changes
Inline
Side-by-side
test/Makefile.am
View file @
85028906
...
@@ -21,7 +21,7 @@ TESTS = samples $(check_PROGRAMS)
...
@@ -21,7 +21,7 @@ TESTS = samples $(check_PROGRAMS)
SAMPLES_SERVER
=
http://streams.videolan.org/streams-videolan/reference
SAMPLES_SERVER
=
http://streams.videolan.org/streams-videolan/reference
samples/test.sample
:
samples/test.sample
:
mkdir
-p
`
base
name
$@
`
mkdir
-p
`
dir
name
$@
`
curl
$(SAMPLES_SERVER)
/avi/Hero-Div3.avi
>
$@
curl
$(SAMPLES_SERVER)
/avi/Hero-Div3.avi
>
$@
samples
:
samples/test.sample
samples
:
samples/test.sample
...
...
Write
Preview
Supports
Markdown
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