add test_bins to the suite
This commit is contained in:
parent
60d9d01a84
commit
a48093265e
@ -1,4 +1,4 @@
|
||||
TESTS = ./test_unit.sh ./test_streams.sh
|
||||
TESTS = ./test_unit.sh ./test_streams.sh ./test_bins/sh
|
||||
|
||||
CLEANFILES = $(wildcard *.raw) $(wildcard *.flac) $(wildcard *.cmp) \
|
||||
$(wildcard *.log)
|
||||
|
@ -4,10 +4,11 @@
|
||||
all: clean
|
||||
./test_unit.sh
|
||||
./test_streams.sh
|
||||
./test_bins.sh
|
||||
|
||||
debug: all
|
||||
|
||||
release: all
|
||||
|
||||
clean:
|
||||
rm -f *.raw *.flac *.cmp *.log
|
||||
rm -f *.raw *.flac *.cmp *.log core
|
||||
|
Loading…
Reference in New Issue
Block a user