]> granicus.if.org Git - taglib/commit
Add a CppUnit-based test suite (only very few things is covered for now, but it's...
authorLukáš Lalinský <lalinsky@gmail.com>
Sat, 10 Nov 2007 16:46:04 +0000 (16:46 +0000)
committerLukáš Lalinský <lalinsky@gmail.com>
Sat, 10 Nov 2007 16:46:04 +0000 (16:46 +0000)
commitdb0be6b8c6955d6daf3e2e48c7c0b8427fd1944e
tree993ad85da27fe6a17dfda8d83267274326c35809
parent2302f65964de1de5795460971832a7eac216becd
Add a CppUnit-based test suite (only very few things is covered for now, but it's a start).

git-svn-id: svn://anonsvn.kde.org/home/kde/trunk/kdesupport/taglib@734995 283d02a7-25f6-0310-bc7c-ecb5cbfe19da
26 files changed:
CMakeLists.txt
ConfigureChecks.cmake
cmake/modules/FindCppUnit.cmake [new file with mode: 0644]
configure.in.in
taglib/Makefile.am
taglib/speex/Makefile.am
tests/CMakeLists.txt
tests/Makefile.am
tests/data/broken-tenc.id3 [new file with mode: 0644]
tests/data/click.mpc [new file with mode: 0644]
tests/data/empty.ogg [new file with mode: 0644]
tests/data/empty.spx [new file with mode: 0644]
tests/data/no-tags.flac [new file with mode: 0644]
tests/data/unsynch.id3 [new file with mode: 0644]
tests/data/xing.mp3 [new file with mode: 0644]
tests/main.cpp [new file with mode: 0644]
tests/test_bytevector.cpp [new file with mode: 0644]
tests/test_fileref.cpp [new file with mode: 0644]
tests/test_id3v1.cpp [new file with mode: 0644]
tests/test_id3v2.cpp [new file with mode: 0644]
tests/test_list.cpp [new file with mode: 0644]
tests/test_map.cpp [new file with mode: 0644]
tests/test_string.cpp [new file with mode: 0644]
tests/test_synchdata.cpp [new file with mode: 0644]
tests/toolkit-test.cpp [deleted file]
tests/utils.h [new file with mode: 0644]