]> git.sesse.net Git - vlc/commit
test: Move testapi.c to /test and use a sample file that is not ogg for basic testing.
authorPierre d'Herbemont <pdherbemont@videolan.org>
Wed, 9 Apr 2008 09:45:35 +0000 (11:45 +0200)
committerPierre d'Herbemont <pdherbemont@videolan.org>
Fri, 11 Apr 2008 16:47:05 +0000 (18:47 +0200)
commit01a95e76381eebe5a99a6feefc6a9cfff770962e
treed4419d8bb19a81b6c92ce5152ec23cab62c1d91e
parent04e7bd8471c3470615f8a42fbe9d51aa857b1073
test: Move testapi.c to /test and use a sample file that is not ogg for basic testing.

This sample is downloaded from streams.videolan.org. Feel free to find a better suited codec/demux combination.
libvlc test are now splitted a bit.
Tests that are specific to core and that don't need vlc's modules are kept in src/test.
15 files changed:
Makefile.am
configure.ac
extras/buildsystem/cmake/CMakeLists/root_CMakeLists.txt
extras/buildsystem/cmake/CMakeLists/src_CMakeLists.txt
extras/buildsystem/cmake/CMakeLists/test_CMakeLists.txt [new file with mode: 0644]
extras/buildsystem/cmake/scripts/convert_vlc_to_cmake.sh
src/Makefile.am
src/control/testapi.c [deleted file]
test/Makefile.am [new file with mode: 0644]
test/libvlc/core.c [new file with mode: 0644]
test/libvlc/events.c [new file with mode: 0644]
test/libvlc/media_list.c [new file with mode: 0644]
test/libvlc/media_list_player.c [new file with mode: 0644]
test/libvlc/media_player.c [new file with mode: 0644]
test/libvlc/test.h [new file with mode: 0644]