cannam@86: # FLAC - Free Lossless Audio Codec cannam@86: # Copyright (C) 2001,2002,2003,2004,2005,2006,2007 Josh Coalson cannam@86: # cannam@86: # This file is part the FLAC project. FLAC is comprised of several cannam@86: # components distributed under difference licenses. The codec libraries cannam@86: # are distributed under Xiph.Org's BSD-like license (see the file cannam@86: # COPYING.Xiph in this distribution). All other programs, libraries, and cannam@86: # plugins are distributed under the GPL (see COPYING.GPL). The documentation cannam@86: # is distributed under the Gnu FDL (see COPYING.FDL). Each file in the cannam@86: # FLAC distribution contains at the top the terms under which it may be cannam@86: # distributed. cannam@86: # cannam@86: # Since this particular file is relevant to all components of FLAC, cannam@86: # it may be distributed under the Xiph.Org license, which is the least cannam@86: # restrictive of those mentioned above. See the file COPYING.Xiph in this cannam@86: # distribution. cannam@86: cannam@86: if FLaC__WITH_CPPLIBS cannam@86: CPPLIBS_TESTS = test_libFLAC++.sh cannam@86: endif cannam@86: cannam@86: TESTS_ENVIRONMENT = FLAC__TEST_LEVEL=@FLAC__TEST_LEVEL@ FLAC__TEST_WITH_VALRGIND=@FLAC__TEST_WITH_VALGRIND@ cannam@86: cannam@86: SUBDIRS = cuesheets flac-to-flac-metadata-test-files metaflac-test-files pictures cannam@86: cannam@86: TESTS = \ cannam@86: ./test_libFLAC.sh \ cannam@86: $(CPPLIBS_TESTS) \ cannam@86: ./test_grabbag.sh \ cannam@86: ./test_flac.sh \ cannam@86: ./test_metaflac.sh \ cannam@86: ./test_seeking.sh \ cannam@86: ./test_streams.sh cannam@86: cannam@86: EXTRA_DIST = \ cannam@86: Makefile.lite \ cannam@86: cuesheet.ok \ cannam@86: metaflac.flac.in \ cannam@86: metaflac.flac.ok \ cannam@86: picture.ok \ cannam@86: test_libFLAC.sh \ cannam@86: $(CPPLIBS_TESTS) \ cannam@86: test_flac.sh \ cannam@86: test_metaflac.sh \ cannam@86: test_grabbag.sh \ cannam@86: test_seeking.sh \ cannam@86: test_streams.sh \ cannam@86: test_bins.sh cannam@86: cannam@86: clean-local: cannam@86: -rm -f *.raw *.flac *.oga *.ogg *.cmp *.aiff *.wav *.diff *.log *.cue core