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] tests: create a text-based integrations test
Date: Wed, 21 Aug 2024 00:39:51 -0300	[thread overview]
Message-ID: <20240821033953.253090-1-carlos@maniero.me> (raw)

The old munit based integration tests was replaced by a new mechanism
that makes testing more tasteful and easy to perform.

Carlos Maniero (2):
  tests: add comment based integration tests mechanism
  tests: remove previous c-based integration tests structure

 Makefile                                  |   3 -
 tests/integration/Makefile                |  34 +---
 tests/integration/cli_runner.c            | 100 ----------
 tests/integration/cli_runner.h            |  32 ---
 tests/integration/cli_test.c              | 132 -------------
 tests/integration/proc_exec.c             |  63 ------
 tests/integration/proc_exec.h             |  37 ----
 tests/integration/test.sh                 | 231 ++++++++++++++++++++++
 tests/integration/tests/0001_main_exit.ol |  46 +++++
 9 files changed, 283 insertions(+), 395 deletions(-)
 delete mode 100644 tests/integration/cli_runner.c
 delete mode 100644 tests/integration/cli_runner.h
 delete mode 100644 tests/integration/cli_test.c
 delete mode 100644 tests/integration/proc_exec.c
 delete mode 100644 tests/integration/proc_exec.h
 create mode 100755 tests/integration/test.sh
 create mode 100644 tests/integration/tests/0001_main_exit.ol


base-commit: 25317b2e997b51243d02d7b12f5ddcf1ccbc64eb
-- 
2.34.1


             reply	other threads:[~2024-08-21  3:40 UTC|newest]

Thread overview: 5+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2024-08-21  3:39 Carlos Maniero [this message]
2024-08-21  3:39 ` [PATCH olang 1/2] tests: add comment based integration tests mechanism Carlos Maniero
2024-08-21  3:41   ` [olang/patches/.build.yml] build success builds.sr.ht
2024-08-21  3:39 ` [PATCH olang 2/2] tests: remove previous c-based integration tests structure Carlos Maniero
2024-08-21 15:38 ` [PATCH olang 0/2] tests: create a text-based integrations test 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=20240821033953.253090-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