All of lore.kernel.org
 help / color / mirror / Atom feed
* [Buildroot] [PATCH 1/2] support/testing: add turbolua test
@ 2019-10-02 11:35 Marcin Niestroj
  2019-10-02 11:35 ` [Buildroot] [PATCH 2/2] package/turbolua: bump version to 2.1.3 Marcin Niestroj
  2019-10-02 18:58 ` [Buildroot] [PATCH 1/2] support/testing: add turbolua test Thomas Petazzoni
  0 siblings, 2 replies; 3+ messages in thread
From: Marcin Niestroj @ 2019-10-02 11:35 UTC (permalink / raw)
  To: buildroot

Signed-off-by: Marcin Niestroj <m.niestroj@grinn-global.com>
---
 .gitlab-ci.yml                                 |  1 +
 support/testing/tests/package/test_turbolua.py | 13 +++++++++++++
 2 files changed, 14 insertions(+)
 create mode 100644 support/testing/tests/package/test_turbolua.py

diff --git a/.gitlab-ci.yml b/.gitlab-ci.yml
index 2b18a13d69..7d21752365 100644
--- a/.gitlab-ci.yml
+++ b/.gitlab-ci.yml
@@ -466,6 +466,7 @@ tests.package.test_rings.TestLuajitRings: { extends: .runtime_test }
 tests.package.test_rust.TestRust: { extends: .runtime_test }
 tests.package.test_rust.TestRustBin: { extends: .runtime_test }
 tests.package.test_syslog_ng.TestSyslogNg: { extends: .runtime_test }
+tests.package.test_turbolua.TestLuajitTurbolua: { extends: .runtime_test }
 tests.toolchain.test_external.TestExternalToolchainBuildrootMusl: { extends: .runtime_test }
 tests.toolchain.test_external.TestExternalToolchainBuildrootuClibc: { extends: .runtime_test }
 tests.toolchain.test_external.TestExternalToolchainCCache: { extends: .runtime_test }
diff --git a/support/testing/tests/package/test_turbolua.py b/support/testing/tests/package/test_turbolua.py
new file mode 100644
index 0000000000..b8253c1bf4
--- /dev/null
+++ b/support/testing/tests/package/test_turbolua.py
@@ -0,0 +1,13 @@
+from tests.package.test_lua import TestLuaBase
+
+
+class TestLuajitTurbolua(TestLuaBase):
+    config = TestLuaBase.config + \
+        """
+        BR2_PACKAGE_LUAJIT=y
+        BR2_PACKAGE_TURBOLUA=y
+        """
+
+    def test_run(self):
+        self.login()
+        self.module_test("turbo")
-- 
2.23.0

^ permalink raw reply related	[flat|nested] 3+ messages in thread

end of thread, other threads:[~2019-10-02 18:58 UTC | newest]

Thread overview: 3+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2019-10-02 11:35 [Buildroot] [PATCH 1/2] support/testing: add turbolua test Marcin Niestroj
2019-10-02 11:35 ` [Buildroot] [PATCH 2/2] package/turbolua: bump version to 2.1.3 Marcin Niestroj
2019-10-02 18:58 ` [Buildroot] [PATCH 1/2] support/testing: add turbolua test Thomas Petazzoni

This is an external index of several public inboxes,
see mirroring instructions on how to clone and mirror
all data and code used by this external index.