flac/test/Makefile.am

78 lines
1.9 KiB
Makefile
Raw Normal View History

# FLAC - Free Lossless Audio Codec
2005-01-25 04:17:55 +00:00
# Copyright (C) 2001,2002,2003,2004,2005 Josh Coalson
#
2003-02-07 00:14:32 +00:00
# This file is part the FLAC project. FLAC is comprised of several
# components distributed under difference licenses. The codec libraries
# are distributed under Xiph.Org's BSD-like license (see the file
# COPYING.Xiph in this distribution). All other programs, libraries, and
# plugins are distributed under the GPL (see COPYING.GPL). The documentation
# is distributed under the Gnu FDL (see COPYING.FDL). Each file in the
# FLAC distribution contains at the top the terms under which it may be
# distributed.
#
2003-02-07 00:14:32 +00:00
# Since this particular file is relevant to all components of FLAC,
# it may be distributed under the Xiph.Org license, which is the least
# restrictive of those mentioned above. See the file COPYING.Xiph in this
# distribution.
2002-08-30 05:39:36 +00:00
if FLaC__EXHAUSTIVE_TESTS
FLAC__EXHAUSTIVE_TESTS = yes
2002-08-30 05:39:36 +00:00
else
FLAC__EXHAUSTIVE_TESTS = no
2002-08-30 05:39:36 +00:00
endif
2002-12-04 04:57:33 +00:00
if FLaC__VALGRIND_TESTING
FLAC__VALGRIND = yes
2002-12-04 04:57:33 +00:00
else
FLAC__VALGRIND = no
2002-12-04 04:57:33 +00:00
endif
TESTS_ENVIRONMENT = FLAC__EXHAUSTIVE_TESTS=$(FLAC__EXHAUSTIVE_TESTS) FLAC__VALGRIND=$(FLAC__VALGRIND)
2002-11-23 02:21:48 +00:00
SUBDIRS = cuesheets
if FLaC__HAS_OGG
OGG_TESTS = \
./test_libOggFLAC.sh \
./test_libOggFLAC++.sh
endif
TESTS = \
./test_libFLAC.sh \
./test_libFLAC++.sh \
$(OGG_TESTS) \
./test_flac.sh \
./test_metaflac.sh \
2002-11-23 02:21:48 +00:00
./test_grabbag.sh \
./test_seeking.sh \
./test_streams.sh \
./test_bins.sh
2001-01-19 22:39:39 +00:00
EXTRA_DIST = \
Makefile.lite \
2002-11-23 02:21:48 +00:00
cuesheet.ok \
metaflac.flac.in \
metaflac.flac.ok \
test_libFLAC.sh \
test_libFLAC++.sh \
test_libOggFLAC.sh \
test_libOggFLAC++.sh \
test_flac.sh \
2002-06-15 05:12:05 +00:00
test_metaflac.sh \
2002-11-23 02:21:48 +00:00
test_grabbag.sh \
test_seeking.sh \
test_streams.sh \
2002-06-15 05:12:05 +00:00
test_bins.sh
2001-07-18 23:42:07 +00:00
CLEANFILES = \
2002-08-30 05:39:36 +00:00
$(wildcard *.raw) \
$(wildcard *.flac) \
$(wildcard *.ogg) \
$(wildcard *.cmp) \
2002-12-17 08:15:20 +00:00
$(wildcard *.aiff) \
2002-08-30 05:39:36 +00:00
$(wildcard *.wav) \
$(wildcard *.diff) \
$(wildcard *.log) \
$(wildcard *.cue) \
core