summaryrefslogtreecommitdiff
path: root/test/Makefile.lite
blob: 0f09e93ce62f8189ed6495ce1e3388b0b9323c96 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
#
# GNU makefile
#
all: clean
	./test_unit.sh
	./test_streams.sh
	./test_bins.sh

debug: all

release: all

clean:
	rm -f *.raw *.flac *.cmp ../../test_files/bins/*.raw ../../test_files/bins/*.flac ../../test_files/bins/*.cmp *.log core