Skip to content
GitLab
Projects
Groups
Snippets
/
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in / Register
Toggle navigation
Menu
Open sidebar
Xiph.Org
flac
Commits
2a21a752
Commit
2a21a752
authored
Jan 19, 2001
by
Josh Coalson
Browse files
fix for autoconf system
parent
9f429bae
Changes
2
Hide whitespace changes
Inline
Side-by-side
test/test_streams.sh
View file @
2a21a752
#!/bin/sh
LD_LIBRARY_PATH
=
$LD_LIBRARY_PATH
:../
obj/
lib
LD_LIBRARY_PATH
=
$LD_LIBRARY_PATH
:../
src/libFLAC/.
lib
s
export
LD_LIBRARY_PATH
if
../
obj/bin
/test_streams
;
then
:
;
else
if
../
src/test_streams
/test_streams
;
then
:
;
else
echo
"ERROR during test_streams"
1>&2
exit
1
fi
FLAC
=
../
obj/bin
/flac
FLAC
=
../
src/flac
/flac
test_file
()
{
...
...
test/test_unit.sh
View file @
2a21a752
#!/bin/sh
LD_LIBRARY_PATH
=
$LD_LIBRARY_PATH
:../
obj/
lib
LD_LIBRARY_PATH
=
$LD_LIBRARY_PATH
:../
src/libFLAC/.
lib
s
export
LD_LIBRARY_PATH
if
../
obj/bin
/test_unit
;
then
:
;
else
if
../
src/test_unit
/test_unit
;
then
:
;
else
echo
"ERROR during testgen"
1>&2
exit
1
fi
Write
Preview
Supports
Markdown
0%
Try again
or
attach a new 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