add tests for libOggFLAC and libOggFLAC++
authorJosh Coalson <jcoalson@users.sourceforce.net>
Tue, 20 Aug 2002 04:03:24 +0000 (04:03 +0000)
committerJosh Coalson <jcoalson@users.sourceforce.net>
Tue, 20 Aug 2002 04:03:24 +0000 (04:03 +0000)
commita86f8709b4f0a49aab43f8ffd4680501958365d7
tree0a8281a925df9ecd0583580e18630a84df6c171a
parent54fd7a85970ad9a0ff91918b94ea7174e20bcf96
add tests for libOggFLAC and libOggFLAC++
30 files changed:
Makefile.lite
src/Makefile.am
src/test_libOggFLAC++/Makefile.am [new file with mode: 0644]
src/test_libOggFLAC++/Makefile.lite [new file with mode: 0644]
src/test_libOggFLAC++/Makefile.vc [new file with mode: 0644]
src/test_libOggFLAC++/README [new file with mode: 0644]
src/test_libOggFLAC++/decoders.cc [new file with mode: 0644]
src/test_libOggFLAC++/decoders.h [new file with mode: 0644]
src/test_libOggFLAC++/encoders.cc [new file with mode: 0644]
src/test_libOggFLAC++/encoders.h [new file with mode: 0644]
src/test_libOggFLAC++/file_utils.c [new file with mode: 0644]
src/test_libOggFLAC++/file_utils.h [new file with mode: 0644]
src/test_libOggFLAC++/main.cc [new file with mode: 0644]
src/test_libOggFLAC/Makefile.am [new file with mode: 0644]
src/test_libOggFLAC/Makefile.lite [new file with mode: 0644]
src/test_libOggFLAC/Makefile.vc [new file with mode: 0644]
src/test_libOggFLAC/README [new file with mode: 0644]
src/test_libOggFLAC/decoders.c [new file with mode: 0644]
src/test_libOggFLAC/decoders.h [new file with mode: 0644]
src/test_libOggFLAC/encoders.c [new file with mode: 0644]
src/test_libOggFLAC/encoders.h [new file with mode: 0644]
src/test_libOggFLAC/file_utils.c [new file with mode: 0644]
src/test_libOggFLAC/file_utils.h [new file with mode: 0644]
src/test_libOggFLAC/main.c [new file with mode: 0644]
src/test_libOggFLAC/metadata_utils.c [new file with mode: 0644]
src/test_libOggFLAC/metadata_utils.h [new file with mode: 0644]
test/Makefile.am
test/Makefile.lite
test/test_libOggFLAC++.sh [new file with mode: 0755]
test/test_libOggFLAC.sh [new file with mode: 0755]