Files
flac/test/Makefile.am

8 lines
276 B
Makefile
Raw Normal View History

2001-05-30 19:38:09 +00:00
TESTS = ./test_unit.sh ./test_streams.sh ./test_bins.sh
2001-01-19 22:39:39 +00:00
CLEANFILES = $(wildcard *.raw) $(wildcard *.flac) $(wildcard *.cmp) \
2001-06-06 16:38:22 +00:00
$(wildcard ../../test_files/bins/*.raw) \
$(wildcard ../../test_files/bins/*.flac) \
$(wildcard ../../test_files/bins/*.cmp) \
2001-01-19 22:39:39 +00:00
$(wildcard *.log)