public inbox for ~johnnyrichard/olang-devel@lists.sr.ht
 help / color / mirror / code / Atom feed
From: Carlos Maniero <carlos@maniero.me>
To: ~johnnyrichard/olang-devel@lists.sr.ht
Cc: Carlos Maniero <carlos@maniero.me>
Subject: [PATCH olang 0/2] Add integration tests
Date: Thu, 15 Feb 2024 13:21:44 -0300	[thread overview]
Message-ID: <20240215162146.847336-1-carlos@maniero.me> (raw)

This patch is divided by two commits, the first is a copy of the
customer version of munit cloned from pipalang. The second is a
integration test setup that ensures the 0c binary is there and is
executable.

*** BLURB HERE ***

Carlos Maniero (2):
  tests: add munit testing framework file
  tests: add integration test setup

 .build.yml                     |    6 +-
 Makefile                       |   16 +
 tests/integration/Makefile     |   27 +
 tests/integration/cli_runner.c |   71 ++
 tests/integration/cli_runner.h |   27 +
 tests/integration/cli_test.c   |   39 +
 tests/integration/munit.c      | 2057 ++++++++++++++++++++++++++++++++
 tests/integration/munit.h      |  536 +++++++++
 8 files changed, 2778 insertions(+), 1 deletion(-)
 create mode 100644 tests/integration/Makefile
 create mode 100644 tests/integration/cli_runner.c
 create mode 100644 tests/integration/cli_runner.h
 create mode 100644 tests/integration/cli_test.c
 create mode 100644 tests/integration/munit.c
 create mode 100644 tests/integration/munit.h

-- 
2.34.1


             reply	other threads:[~2024-02-15 16:26 UTC|newest]

Thread overview: 8+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2024-02-15 16:21 Carlos Maniero [this message]
2024-02-15 16:21 ` [PATCH olang 1/2] tests: add munit testing framework file Carlos Maniero
2024-02-15 16:21 ` [PATCH olang 2/2] tests: add integration test setup Carlos Maniero
2024-02-15 16:27   ` [olang/patches/.build.yml] build success builds.sr.ht
2024-02-15 22:21   ` [PATCH olang 2/2] tests: add integration test setup Johnny Richard
2024-02-15 22:07     ` Carlos Maniero
2024-02-16  2:27     ` Carlos Maniero
2024-02-16  8:17       ` Johnny Richard

Reply instructions:

You may reply publicly to this message via plain-text email
using any one of the following methods:

* Save the following mbox file, import it into your mail client,
  and reply-to-all from there: mbox

  Avoid top-posting and favor interleaved quoting:
  https://en.wikipedia.org/wiki/Posting_style#Interleaved_style

* Reply using the --to, --cc, and --in-reply-to
  switches of git-send-email(1):

  git send-email \
    --in-reply-to=20240215162146.847336-1-carlos@maniero.me \
    --to=carlos@maniero.me \
    --cc=~johnnyrichard/olang-devel@lists.sr.ht \
    /path/to/YOUR_REPLY

  https://kernel.org/pub/software/scm/git/docs/git-send-email.html

* If your mail client supports setting the In-Reply-To header
  via mailto: links, try the mailto: link
Be sure your reply has a Subject: header at the top and a blank line before the message body.
Code repositories for project(s) associated with this public inbox

	https://git.johnnyrichard.com/olang.git

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