mirror of https://github.com/xiph/flac
minor tweaks to support bin tests
This commit is contained in:
parent
d792791f48
commit
07df6625db
|
@ -1,4 +1,7 @@
|
|||
TESTS = ./test_unit.sh ./test_streams.sh ./test_bins/sh
|
||||
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 *.log)
|
||||
|
|
|
@ -11,4 +11,4 @@ debug: all
|
|||
release: all
|
||||
|
||||
clean:
|
||||
rm -f *.raw *.flac *.cmp *.log core
|
||||
rm -f *.raw *.flac *.cmp ../../test_files/*.raw *../../test_files/.flac *../../test_files/.cmp *.log core
|
||||
|
|
Loading…
Reference in New Issue