flac/test/Makefile.am

74 lines
1.9 KiB
Makefile
Raw Normal View History

# FLAC - Free Lossless Audio Codec
2002-01-26 21:05:12 +03:00
# Copyright (C) 2001,2002 Josh Coalson
#
# This program is part of FLAC; you can redistribute it and/or
# modify it under the terms of the GNU General Public License
# as published by the Free Software Foundation; either version 2
# of the License, or (at your option) any later version.
#
# This program is distributed in the hope that it will be useful,
# but WITHOUT ANY WARRANTY; without even the implied warranty of
# MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the
# GNU General Public License for more details.
#
# You should have received a copy of the GNU General Public License
# along with this program; if not, write to the Free Software
# Foundation, Inc., 59 Temple Place - Suite 330, Boston, MA 02111-1307, USA.
2002-08-30 09:39:36 +04:00
if FLaC__EXHAUSTIVE_TESTS
TESTS_ENVIRONMENT = FLAC__EXHAUSTIVE_TESTS=yes
else
TESTS_ENVIRONMENT = FLAC__EXHAUSTIVE_TESTS=no
endif
2002-12-04 07:57:33 +03:00
if FLaC__VALGRIND_TESTING
TESTS_ENVIRONMENT = $(TESTS_ENVIRONMENT) FLAC__VALGRIND=yes
else
TESTS_ENVIRONMENT = $(TESTS_ENVIRONMENT) FLAC__VALGRIND=no
endif
2002-11-23 05:21:48 +03: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 05:21:48 +03:00
./test_grabbag.sh \
./test_streams.sh \
./test_bins.sh
2001-01-20 01:39:39 +03:00
EXTRA_DIST = \
Makefile.lite \
2002-11-23 05:21:48 +03:00
cuesheet.ok \
test_libFLAC.sh \
test_libFLAC++.sh \
test_libOggFLAC.sh \
test_libOggFLAC++.sh \
test_flac.sh \
2002-06-15 09:12:05 +04:00
test_metaflac.sh \
2002-11-23 05:21:48 +03:00
test_grabbag.sh \
test_streams.sh \
2002-06-15 09:12:05 +04:00
test_bins.sh
2001-07-19 03:42:07 +04:00
CLEANFILES = \
2002-08-30 09:39:36 +04:00
$(wildcard *.raw) \
$(wildcard *.flac) \
$(wildcard *.ogg) \
$(wildcard *.cmp) \
$(wildcard *.wav) \
2001-06-06 20:38:22 +04:00
$(wildcard ../../test_files/bins/*.raw) \
$(wildcard ../../test_files/bins/*.flac) \
$(wildcard ../../test_files/bins/*.cmp) \
$(wildcard *.diff) \
$(wildcard *.log) \
$(wildcard *.cue) \
core