1
mirror of https://code.videolan.org/videolan/vlc synced 2024-10-11 06:21:30 +02:00
vlc/test/NativeLibvlcTest.py
2006-01-29 17:00:31 +00:00

9 lines
165 B
Python

import vlc
import unittest
import native_libvlc_test
class NativeLibvlcTestCase( unittest.TestCase ):
def testMe( self ):
native_libvlc_test.create_destroy()