Blame test/Makefile.am

Packit Service 065837
#  FLAC - Free Lossless Audio Codec
Packit Service 065837
#  Copyright (C) 2001-2009  Josh Coalson
Packit Service 065837
#  Copyright (C) 2011-2016  Xiph.Org Foundation
Packit Service 065837
#
Packit Service 065837
#  This file is part the FLAC project.  FLAC is comprised of several
Packit Service 065837
#  components distributed under different licenses.  The codec libraries
Packit Service 065837
#  are distributed under Xiph.Org's BSD-like license (see the file
Packit Service 065837
#  COPYING.Xiph in this distribution).  All other programs, libraries, and
Packit Service 065837
#  plugins are distributed under the GPL (see COPYING.GPL).  The documentation
Packit Service 065837
#  is distributed under the Gnu FDL (see COPYING.FDL).  Each file in the
Packit Service 065837
#  FLAC distribution contains at the top the terms under which it may be
Packit Service 065837
#  distributed.
Packit Service 065837
#
Packit Service 065837
#  Since this particular file is relevant to all components of FLAC,
Packit Service 065837
#  it may be distributed under the Xiph.Org license, which is the least
Packit Service 065837
#  restrictive of those mentioned above.  See the file COPYING.Xiph in this
Packit Service 065837
#  distribution.
Packit Service 065837
Packit Service 065837
TESTS_ENVIRONMENT = FLAC__TEST_LEVEL=@FLAC__TEST_LEVEL@ FLAC__TEST_WITH_VALGRIND=@FLAC__TEST_WITH_VALGRIND@ ECHO_N="@ECHO_N@" ECHO_C="@ECHO_C@"
Packit Service 065837
Packit Service 065837
SUBDIRS = cuesheets flac-to-flac-metadata-test-files metaflac-test-files pictures
Packit Service 065837
Packit Service 065837
check_SCRIPTS = \
Packit Service 065837
	test_libFLAC.sh \
Packit Service 065837
	test_libFLAC++.sh \
Packit Service 065837
	test_grabbag.sh \
Packit Service 065837
	test_flac.sh \
Packit Service 065837
	test_metaflac.sh \
Packit Service 065837
	test_replaygain.sh \
Packit Service 065837
	test_seeking.sh \
Packit Service 065837
	test_streams.sh \
Packit Service 065837
	test_compression.sh
Packit Service 065837
Packit Service 065837
# This one should pass when building out-of-tree (e.g. 'make distcheck').
Packit Service 065837
check: $(check_SCRIPTS)
Packit Service 065837
	$(TESTS_ENVIRONMENT) $(srcdir)/test_libFLAC.sh
Packit Service 065837
if FLaC__WITH_CPPLIBS
Packit Service 065837
	$(TESTS_ENVIRONMENT) $(srcdir)/test_libFLAC++.sh
Packit Service 065837
endif
Packit Service 065837
	$(TESTS_ENVIRONMENT) $(srcdir)/test_grabbag.sh
Packit Service 065837
	$(TESTS_ENVIRONMENT) $(srcdir)/test_flac.sh
Packit Service 065837
	$(TESTS_ENVIRONMENT) $(srcdir)/test_metaflac.sh
Packit Service 065837
	$(TESTS_ENVIRONMENT) $(srcdir)/test_replaygain.sh
Packit Service 065837
	$(TESTS_ENVIRONMENT) $(srcdir)/test_seeking.sh
Packit Service 065837
	$(TESTS_ENVIRONMENT) $(srcdir)/test_streams.sh
Packit Service 065837
	$(TESTS_ENVIRONMENT) $(srcdir)/test_compression.sh
Packit Service 065837
	@echo "----------------"
Packit Service 065837
	@echo "All tests passed"
Packit Service 065837
	@echo "----------------"
Packit Service 065837
Packit Service 065837
EXTRA_DIST = \
Packit Service 065837
	Makefile.lite \
Packit Service 065837
	cuesheet.ok \
Packit Service 065837
	metaflac.flac.in \
Packit Service 065837
	metaflac.flac.ok \
Packit Service 065837
	picture.ok \
Packit Service 065837
	$(check_SCRIPTS) \
Packit Service 065837
	write_iff.pl
Packit Service 065837
Packit Service 065837
clean-local:
Packit Service 065837
	-rm -f *.raw *.flac *.oga *.ogg *.cmp *.aiff *.wav *.w64 *.rf64 *.diff *.log *.cue core