Blame test/Makefile.lite

Packit 8f7830
#  FLAC - Free Lossless Audio Codec
Packit 8f7830
#  Copyright (C) 2001-2009  Josh Coalson
Packit 8f7830
#  Copyright (C) 2011-2016  Xiph.Org Foundation
Packit 8f7830
#
Packit 8f7830
#  This file is part the FLAC project.  FLAC is comprised of several
Packit 8f7830
#  components distributed under different licenses.  The codec libraries
Packit 8f7830
#  are distributed under Xiph.Org's BSD-like license (see the file
Packit 8f7830
#  COPYING.Xiph in this distribution).  All other programs, libraries, and
Packit 8f7830
#  plugins are distributed under the GPL (see COPYING.GPL).  The documentation
Packit 8f7830
#  is distributed under the Gnu FDL (see COPYING.FDL).  Each file in the
Packit 8f7830
#  FLAC distribution contains at the top the terms under which it may be
Packit 8f7830
#  distributed.
Packit 8f7830
#
Packit 8f7830
#  Since this particular file is relevant to all components of FLAC,
Packit 8f7830
#  it may be distributed under the Xiph.Org license, which is the least
Packit 8f7830
#  restrictive of those mentioned above.  See the file COPYING.Xiph in this
Packit 8f7830
#  distribution.
Packit 8f7830
Packit 8f7830
#
Packit 8f7830
# GNU makefile
Packit 8f7830
#
Packit 8f7830
Packit 8f7830
topdir = ..
Packit 8f7830
Packit 8f7830
DEFAULT_CONFIG = release
Packit 8f7830
Packit 8f7830
CONFIG = $(DEFAULT_CONFIG)
Packit 8f7830
Packit 8f7830
all: clean
Packit 8f7830
	sed 's|@top_srcdir@|$(topdir)|;s|@EXEEXT@| |' common.sh.in > common.sh
Packit 8f7830
	$(FLAC__TEST_LEVEL) $(FLAC__TEST_WITH_VALGRIND) ./test_libFLAC.sh $(CONFIG)
Packit 8f7830
	$(FLAC__TEST_LEVEL) $(FLAC__TEST_WITH_VALGRIND) ./test_libFLAC++.sh $(CONFIG)
Packit 8f7830
	$(FLAC__TEST_LEVEL) $(FLAC__TEST_WITH_VALGRIND) ./test_grabbag.sh $(CONFIG)
Packit 8f7830
	$(FLAC__TEST_LEVEL) $(FLAC__TEST_WITH_VALGRIND) ./test_flac.sh $(CONFIG)
Packit 8f7830
	$(FLAC__TEST_LEVEL) $(FLAC__TEST_WITH_VALGRIND) ./test_metaflac.sh $(CONFIG)
Packit 8f7830
	$(FLAC__TEST_LEVEL) $(FLAC__TEST_WITH_VALGRIND) ./test_seeking.sh $(CONFIG)
Packit 8f7830
	$(FLAC__TEST_LEVEL) $(FLAC__TEST_WITH_VALGRIND) ./test_streams.sh $(CONFIG)
Packit 8f7830
Packit 8f7830
debug   : FLAC__TEST_LEVEL=FLAC__TEST_LEVEL=2
Packit 8f7830
valgrind: FLAC__TEST_LEVEL=FLAC__TEST_LEVEL=1
Packit 8f7830
release : FLAC__TEST_LEVEL=FLAC__TEST_LEVEL=2
Packit 8f7830
Packit 8f7830
debug   : FLAC__TEST_WITH_VALGRIND=FLAC__TEST_WITH_VALGRIND=no
Packit 8f7830
valgrind: FLAC__TEST_WITH_VALGRIND=FLAC__TEST_WITH_VALGRIND=yes
Packit 8f7830
release : FLAC__TEST_WITH_VALGRIND=FLAC__TEST_WITH_VALGRIND=no
Packit 8f7830
Packit 8f7830
debug   : CONFIG = debug
Packit 8f7830
valgrind: CONFIG = debug
Packit 8f7830
release : CONFIG = release
Packit 8f7830
Packit 8f7830
debug   : all
Packit 8f7830
valgrind: all
Packit 8f7830
release : all
Packit 8f7830
Packit 8f7830
clean:
Packit 8f7830
	rm -f *.raw *.flac *.oga *.ogg *.cmp *.aiff *.wav *.w64 *.rf64 *.diff *.log *.cue core flac-to-flac-metadata-test-files/out.* metaflac-test-files/out.*