All of lore.kernel.org
 help / color / mirror / Atom feed
* [Buildroot] [PATCH 0/7] suppport/testing: more Perl/CPAN modules
@ 2018-12-04  4:37 Francois Perrad
  2018-12-04  4:37 ` [Buildroot] [PATCH 1/7] scancpan: mark XS modules in docstring of test Francois Perrad
                   ` (7 more replies)
  0 siblings, 8 replies; 9+ messages in thread
From: Francois Perrad @ 2018-12-04  4:37 UTC (permalink / raw)
  To: buildroot

Testing pure Perl modules has few added value.
So, it is important that XS modules are marked.

Francois Perrad (7):
  scancpan: mark XS modules in docstring of test
  support/testing/tests/packages/test_perl_*: regeneration
  scancpan: allow the generation of more tests
  support/testing: add perl-dbd-mysql test
  support/testing: add perl-encode-decode test
  support/testing: add perl-io-socket-multicast test
  support/testing: add perl-io-socket-ssl test

 .../tests/package/test_perl_class_load.py     |  4 ++--
 .../tests/package/test_perl_dbd_mysql.py      | 21 +++++++++++++++++++
 .../tests/package/test_perl_encode_detect.py  | 20 ++++++++++++++++++
 .../tests/package/test_perl_gdgraph.py        |  2 +-
 .../package/test_perl_io_socket_multicast.py  | 21 +++++++++++++++++++
 .../tests/package/test_perl_io_socket_ssl.py  | 21 +++++++++++++++++++
 .../tests/package/test_perl_libwww_perl.py    |  2 +-
 .../tests/package/test_perl_mail_dkim.py      |  6 +++---
 .../testing/tests/package/test_perl_x10.py    |  2 +-
 .../tests/package/test_perl_xml_libxml.py     |  2 +-
 utils/scancpan                                | 12 ++++++-----
 11 files changed, 99 insertions(+), 14 deletions(-)
 create mode 100644 support/testing/tests/package/test_perl_dbd_mysql.py
 create mode 100644 support/testing/tests/package/test_perl_encode_detect.py
 create mode 100644 support/testing/tests/package/test_perl_io_socket_multicast.py
 create mode 100644 support/testing/tests/package/test_perl_io_socket_ssl.py

-- 
2.17.1

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

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

Thread overview: 9+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2018-12-04  4:37 [Buildroot] [PATCH 0/7] suppport/testing: more Perl/CPAN modules Francois Perrad
2018-12-04  4:37 ` [Buildroot] [PATCH 1/7] scancpan: mark XS modules in docstring of test Francois Perrad
2018-12-04  4:37 ` [Buildroot] [PATCH 2/7] support/testing/tests/packages/test_perl_*: regeneration Francois Perrad
2018-12-04  4:37 ` [Buildroot] [PATCH 3/7] scancpan: allow the generation of more tests Francois Perrad
2018-12-04  4:37 ` [Buildroot] [PATCH 4/7] support/testing: add perl-dbd-mysql test Francois Perrad
2018-12-04  4:37 ` [Buildroot] [PATCH 5/7] support/testing: add perl-encode-decode test Francois Perrad
2018-12-04  4:37 ` [Buildroot] [PATCH 6/7] support/testing: add perl-io-socket-multicast test Francois Perrad
2018-12-04  4:37 ` [Buildroot] [PATCH 7/7] support/testing: add perl-io-socket-ssl test Francois Perrad
2018-12-06 21:34 ` [Buildroot] [PATCH 0/7] suppport/testing: more Perl/CPAN modules 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.