public inbox for ltp@lists.linux.it
 help / color / mirror / Atom feed
* [LTP] [PATCH v6 0/5]  Run tests in CI
@ 2021-07-15  8:30 Petr Vorel
  2021-07-15  8:30 ` [LTP] [PATCH v6 1/5] lib: Print Summary: into stderr Petr Vorel
                   ` (5 more replies)
  0 siblings, 6 replies; 8+ messages in thread
From: Petr Vorel @ 2021-07-15  8:30 UTC (permalink / raw)
  To: ltp

Hi,

changes v5->v6:
* add new commit suggested by Cyril: "lib: Print Summary: into stderr"
* fix final error evaluation for C tests in runtest.sh
* run C and shell test separately (test-c and test-shell instead of
  test). Having them separate helps to easily navigate in CI. This
  required to add support to build.sh.

Hope this is a final version.

Kind regards,
Petr

Petr Vorel (5):
  lib: Print Summary: into stderr
  lib: Add script for running tests
  make: Add make test{, -c, -shell} targets
  build.sh: Add support for make test{,-c,-shell}
  CI: Run also make test-c, test-shell

 .github/workflows/ci.yml    |  10 ++
 Makefile                    |  23 +++++
 build.sh                    |  24 ++++-
 lib/newlib_tests/runtest.sh | 182 ++++++++++++++++++++++++++++++++++++
 lib/tst_test.c              |  12 +--
 5 files changed, 244 insertions(+), 7 deletions(-)
 create mode 100755 lib/newlib_tests/runtest.sh

-- 
2.32.0


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

end of thread, other threads:[~2021-07-15  9:45 UTC | newest]

Thread overview: 8+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2021-07-15  8:30 [LTP] [PATCH v6 0/5] Run tests in CI Petr Vorel
2021-07-15  8:30 ` [LTP] [PATCH v6 1/5] lib: Print Summary: into stderr Petr Vorel
2021-07-15  8:30 ` [LTP] [PATCH v6 2/5] lib: Add script for running tests Petr Vorel
2021-07-15  8:30 ` [LTP] [PATCH v6 3/5] make: Add make test{, -c, -shell} targets Petr Vorel
2021-07-15  8:30 ` [LTP] [PATCH v6 4/5] build.sh: Add support for make test{, -c, -shell} Petr Vorel
2021-07-15  8:30 ` [LTP] [PATCH v6 5/5] CI: Run also make test-c, test-shell Petr Vorel
2021-07-15  9:38 ` [LTP] [PATCH v6 0/5] Run tests in CI Petr Vorel
2021-07-15  9:45   ` Petr Vorel

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox