]> git.sesse.net Git - vlc/blobdiff - test/NativeLibvlcTest.py
Tell the OS we mostly reqd files sequentially
[vlc] / test / NativeLibvlcTest.py
index 89d42232d226a06e9b344d27731324d144b684b9..2e213fa64cfc0184e912e924a04202065b8ca0d2 100644 (file)
@@ -3,6 +3,9 @@ import unittest
 import native_libvlc_test
 
 class NativeLibvlcTestCase( unittest.TestCase ):
+    def testTls( self ):
+        """[Thread] Set TLS"""
+        native_libvlc_test.threadvar_test()
     def test1Exception( self ):
         """[LibVLC] Checks libvlc_exception"""
 #      native_libvlc_test.exception_test()