All of lore.kernel.org
 help / color / mirror / Atom feed
* [Buildroot] [PATCH/next 0/3] suppport/testing: Lua and friends
@ 2018-11-24  9:07 Francois Perrad
  2018-11-24  9:07 ` [Buildroot] [PATCH/next 1/3] support/testing: add lua test Francois Perrad
                   ` (3 more replies)
  0 siblings, 4 replies; 10+ messages in thread
From: Francois Perrad @ 2018-11-24  9:07 UTC (permalink / raw)
  To: buildroot

test_lua.py allows to test the Lua interpreters,
and it is used as base class for testing Lua modules.

note1: Prosody is not a Lua module, but an application using Lua and some Lua modules.

note2: the patch 3/3 is a fix, and must be applied also in master


Francois Perrad (3):
  support/testing: add lua test
  support/testing; add prosody test
  prosody: fix runtime dependencies

 .gitlab-ci.yml                                |  4 ++
 package/prosody/Config.in                     |  5 ++
 support/testing/tests/package/test_lua.py     | 59 +++++++++++++++++++
 support/testing/tests/package/test_prosody.py | 48 +++++++++++++++
 4 files changed, 116 insertions(+)
 create mode 100644 support/testing/tests/package/test_lua.py
 create mode 100644 support/testing/tests/package/test_prosody.py

-- 
2.17.1

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

end of thread, other threads:[~2018-12-06 22:11 UTC | newest]

Thread overview: 10+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2018-11-24  9:07 [Buildroot] [PATCH/next 0/3] suppport/testing: Lua and friends Francois Perrad
2018-11-24  9:07 ` [Buildroot] [PATCH/next 1/3] support/testing: add lua test Francois Perrad
2018-12-04  4:13   ` Ricardo Martincoski
2018-11-24  9:07 ` [Buildroot] [PATCH/next 2/3] support/testing; add prosody test Francois Perrad
2018-11-27  2:42   ` Ricardo Martincoski
2018-11-27  4:52     ` François Perrad
2018-11-28  2:13       ` Ricardo Martincoski
2018-11-24  9:07 ` [Buildroot] [PATCH/next 3/3] prosody: fix runtime dependencies Francois Perrad
2018-11-27  2:29   ` Ricardo Martincoski
2018-12-06 22:11 ` [Buildroot] [PATCH/next 0/3] suppport/testing: Lua and friends 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.