support/testing/tests/package/test_lua*: regeneration
Signed-off-by: Francois Perrad <francois.perrad@gadz.org> Signed-off-by: Thomas Petazzoni <thomas.petazzoni@bootlin.com>
This commit is contained in:
parent
2206299031
commit
6aaba51f3b
@ -10,7 +10,8 @@ class TestLuaLPeg(TestLuaBase):
|
||||
|
||||
def test_run(self):
|
||||
self.login()
|
||||
self.module_test("lpeg", script="print(require[[lpeg]].version())")
|
||||
self.module_test("lpeg")
|
||||
self.module_test("re")
|
||||
|
||||
|
||||
class TestLuajitLPeg(TestLuaBase):
|
||||
@ -22,4 +23,5 @@ class TestLuajitLPeg(TestLuaBase):
|
||||
|
||||
def test_run(self):
|
||||
self.login()
|
||||
self.module_test("lpeg", script="print(require[[lpeg]].version())")
|
||||
self.module_test("lpeg")
|
||||
self.module_test("re")
|
||||
|
@ -11,6 +11,7 @@ class TestLuaLuacURL(TestLuaBase):
|
||||
def test_run(self):
|
||||
self.login()
|
||||
self.module_test("cURL")
|
||||
self.module_test("lcurl")
|
||||
|
||||
|
||||
class TestLuajitLuacURL(TestLuaBase):
|
||||
@ -23,3 +24,4 @@ class TestLuajitLuacURL(TestLuaBase):
|
||||
def test_run(self):
|
||||
self.login()
|
||||
self.module_test("cURL")
|
||||
self.module_test("lcurl")
|
||||
|
@ -11,6 +11,7 @@ class TestLuaLuaossl(TestLuaBase):
|
||||
def test_run(self):
|
||||
self.login()
|
||||
self.module_test("openssl")
|
||||
self.module_test("_openssl")
|
||||
|
||||
|
||||
class TestLuajitLuaossl(TestLuaBase):
|
||||
@ -23,3 +24,4 @@ class TestLuajitLuaossl(TestLuaBase):
|
||||
def test_run(self):
|
||||
self.login()
|
||||
self.module_test("openssl")
|
||||
self.module_test("_openssl")
|
||||
|
@ -10,6 +10,8 @@ class TestLuaLuaSocket(TestLuaBase):
|
||||
|
||||
def test_run(self):
|
||||
self.login()
|
||||
self.module_test("ltn12")
|
||||
self.module_test("mime")
|
||||
self.module_test("socket")
|
||||
|
||||
|
||||
@ -22,4 +24,6 @@ class TestLuajitLuaSocket(TestLuaBase):
|
||||
|
||||
def test_run(self):
|
||||
self.login()
|
||||
self.module_test("ltn12")
|
||||
self.module_test("mime")
|
||||
self.module_test("socket")
|
||||
|
Loading…
Reference in New Issue
Block a user