add tests for libOggFLAC and libOggFLAC++

This commit is contained in:
Josh Coalson
2002-08-20 04:03:24 +00:00
parent 54fd7a8597
commit a86f8709b4
30 changed files with 3783 additions and 7 deletions

View File

@@ -15,11 +15,20 @@
# along with this program; if not, write to the Free Software
# Foundation, Inc., 59 Temple Place - Suite 330, Boston, MA 02111-1307, USA.
TESTS = ./test_libFLAC.sh ./test_libFLAC++.sh ./test_metaflac.sh ./test_streams.sh ./test_bins.sh
TESTS = \
./test_libFLAC.sh \
./test_libFLAC++.sh \
./test_libOggFLAC.sh \
./test_libOggFLAC++.sh \
./test_metaflac.sh \
./test_streams.sh \
./test_bins.sh
EXTRA_DIST = \
test_libFLAC.sh \
test_libFLAC++.sh \
test_libOggFLAC.sh \
test_libOggFLAC++.sh \
test_metaflac.sh \
test_streams.sh \
test_bins.sh