public inbox for ~johnnyrichard/olang-devel@lists.sr.ht
 help / color / mirror / code / Atom feed
* [PATCH olang 0/2] tests: create a text-based integrations test
@ 2024-08-21  3:39 Carlos Maniero
  2024-08-21  3:39 ` [PATCH olang 1/2] tests: add comment based integration tests mechanism Carlos Maniero
                   ` (2 more replies)
  0 siblings, 3 replies; 5+ messages in thread
From: Carlos Maniero @ 2024-08-21  3:39 UTC (permalink / raw)
  To: ~johnnyrichard/olang-devel; +Cc: Carlos Maniero

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


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

end of thread, other threads:[~2024-08-21 15:38 UTC | newest]

Thread overview: 5+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2024-08-21  3:39 [PATCH olang 0/2] tests: create a text-based integrations test Carlos Maniero
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

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