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
9e03c444
Commit
9e03c444
authored
Jun 06, 2001
by
Josh Coalson
Browse files
minor fixes
parent
a68345b6
Changes
2
Hide whitespace changes
Inline
Side-by-side
test/Makefile.am
View file @
9e03c444
TESTS
=
./test_unit.sh ./test_streams.sh ./test_bins.sh
CLEANFILES
=
$(
wildcard
*
.raw
)
$(
wildcard
*
.flac
)
$(
wildcard
*
.cmp
)
\
$(
wildcard
../../test_files/
*
.raw
)
\
$(
wildcard
../../test_files/
*
.flac
)
\
$(
wildcard
../../test_files/
*
.cmp
)
\
$(
wildcard
../../test_files/
bins/
*
.raw
)
\
$(
wildcard
../../test_files/
bins/
*
.flac
)
\
$(
wildcard
../../test_files/
bins/
*
.cmp
)
\
$(
wildcard
*
.log
)
test/Makefile.lite
View file @
9e03c444
...
...
@@ -11,4 +11,4 @@ debug: all
release
:
all
clean
:
rm
-f
*
.raw
*
.flac
*
.cmp ../../test_files/
*
.raw
*
../../test_files/.flac
*
../../test_files/.cmp
*
.log core
rm
-f
*
.raw
*
.flac
*
.cmp ../../test_files/
bins/
*
.raw ../../test_files/
bins/
*
.flac ../../test_files/
bins/
*
.cmp
*
.log core
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