Mercurial > hg > sv-dependency-builds
annotate src/flac-1.2.1/test/Makefile.am @ 8:c29fa680fb5a
Add sord, serd
author | Chris Cannam |
---|---|
date | Wed, 20 Mar 2013 15:23:43 +0000 |
parents | 05aa0afa9217 |
children |
rev | line source |
---|---|
Chris@1 | 1 # FLAC - Free Lossless Audio Codec |
Chris@1 | 2 # Copyright (C) 2001,2002,2003,2004,2005,2006,2007 Josh Coalson |
Chris@1 | 3 # |
Chris@1 | 4 # This file is part the FLAC project. FLAC is comprised of several |
Chris@1 | 5 # components distributed under difference licenses. The codec libraries |
Chris@1 | 6 # are distributed under Xiph.Org's BSD-like license (see the file |
Chris@1 | 7 # COPYING.Xiph in this distribution). All other programs, libraries, and |
Chris@1 | 8 # plugins are distributed under the GPL (see COPYING.GPL). The documentation |
Chris@1 | 9 # is distributed under the Gnu FDL (see COPYING.FDL). Each file in the |
Chris@1 | 10 # FLAC distribution contains at the top the terms under which it may be |
Chris@1 | 11 # distributed. |
Chris@1 | 12 # |
Chris@1 | 13 # Since this particular file is relevant to all components of FLAC, |
Chris@1 | 14 # it may be distributed under the Xiph.Org license, which is the least |
Chris@1 | 15 # restrictive of those mentioned above. See the file COPYING.Xiph in this |
Chris@1 | 16 # distribution. |
Chris@1 | 17 |
Chris@1 | 18 if FLaC__WITH_CPPLIBS |
Chris@1 | 19 CPPLIBS_TESTS = test_libFLAC++.sh |
Chris@1 | 20 endif |
Chris@1 | 21 |
Chris@1 | 22 TESTS_ENVIRONMENT = FLAC__TEST_LEVEL=@FLAC__TEST_LEVEL@ FLAC__TEST_WITH_VALRGIND=@FLAC__TEST_WITH_VALGRIND@ |
Chris@1 | 23 |
Chris@1 | 24 SUBDIRS = cuesheets flac-to-flac-metadata-test-files metaflac-test-files pictures |
Chris@1 | 25 |
Chris@1 | 26 TESTS = \ |
Chris@1 | 27 ./test_libFLAC.sh \ |
Chris@1 | 28 $(CPPLIBS_TESTS) \ |
Chris@1 | 29 ./test_grabbag.sh \ |
Chris@1 | 30 ./test_flac.sh \ |
Chris@1 | 31 ./test_metaflac.sh \ |
Chris@1 | 32 ./test_seeking.sh \ |
Chris@1 | 33 ./test_streams.sh |
Chris@1 | 34 |
Chris@1 | 35 EXTRA_DIST = \ |
Chris@1 | 36 Makefile.lite \ |
Chris@1 | 37 cuesheet.ok \ |
Chris@1 | 38 metaflac.flac.in \ |
Chris@1 | 39 metaflac.flac.ok \ |
Chris@1 | 40 picture.ok \ |
Chris@1 | 41 test_libFLAC.sh \ |
Chris@1 | 42 $(CPPLIBS_TESTS) \ |
Chris@1 | 43 test_flac.sh \ |
Chris@1 | 44 test_metaflac.sh \ |
Chris@1 | 45 test_grabbag.sh \ |
Chris@1 | 46 test_seeking.sh \ |
Chris@1 | 47 test_streams.sh \ |
Chris@1 | 48 test_bins.sh |
Chris@1 | 49 |
Chris@1 | 50 clean-local: |
Chris@1 | 51 -rm -f *.raw *.flac *.oga *.ogg *.cmp *.aiff *.wav *.diff *.log *.cue core |