]> git.sesse.net Git - vlc/commit
Add I18N and URL tests in test/
authorClément Stenac <zorglub@videolan.org>
Fri, 14 Apr 2006 14:16:46 +0000 (14:16 +0000)
committerClément Stenac <zorglub@videolan.org>
Fri, 14 Apr 2006 14:16:46 +0000 (14:16 +0000)
commit4db506d372bd4dbd6a0223eb66a98f9dacb4dc62
tree9c24adbf5e25a7322f3c7aa23cfb0c3680ec4b40
parent4923cfeff6360e13aa1ccf052d4c20a9a3801b14
Add I18N and URL tests in test/
13 files changed:
test/NativeI18NTest.py [new file with mode: 0644]
test/NativeLibvlcTest.py
test/NativeStatsTest.py
test/NativeURLTest.py [new file with mode: 0644]
test/libvlc_sample.c [deleted file]
test/native/i18n.c [new file with mode: 0644]
test/native/init.c [new file with mode: 0644]
test/native/libvlc.c
test/native/stats.c
test/native/url.c [new file with mode: 0644]
test/pyunit.h
test/setup.py
test/test.sh