public inbox for ~johnnyrichard/olang-devel@lists.sr.ht
 help / color / mirror / code / Atom feed
* [PATCH olang v2 0/3] test: cli: cover compilation pipeline
@ 2024-03-08 22:39 Carlos Maniero
  2024-03-08 22:39 ` [PATCH olang v2 1/3] tests: fix: rename dump tokens test name Carlos Maniero
                   ` (3 more replies)
  0 siblings, 4 replies; 6+ messages in thread
From: Carlos Maniero @ 2024-03-08 22:39 UTC (permalink / raw)
  To: ~johnnyrichard/olang-devel; +Cc: Carlos Maniero

This patch is focused in coverig the entire compilation pipeline.
Although as it is the second integration test of the olang codebase it
also has a few housekeeping in order to provide a smooth test
experience.

V2:
- Add a comment to stop truncating the stdout
- Rename fd_pipe variable

Carlos Maniero (3):
  tests: fix: rename dump tokens test name
  tests: decouple command execution from cli_runner
  tests: add tests for the minimal possible olang program

 tests/integration/Makefile     |  4 +--
 tests/integration/cli_runner.c | 60 +++++++++++++-------------------
 tests/integration/cli_runner.h | 10 ++++--
 tests/integration/cli_test.c   | 33 +++++++++++++++---
 tests/integration/proc_exec.c  | 63 ++++++++++++++++++++++++++++++++++
 tests/integration/proc_exec.h  | 36 +++++++++++++++++++
 6 files changed, 159 insertions(+), 47 deletions(-)
 create mode 100644 tests/integration/proc_exec.c
 create mode 100644 tests/integration/proc_exec.h

-- 
2.34.1


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

end of thread, other threads:[~2024-03-08 22:58 UTC | newest]

Thread overview: 6+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2024-03-08 22:39 [PATCH olang v2 0/3] test: cli: cover compilation pipeline Carlos Maniero
2024-03-08 22:39 ` [PATCH olang v2 1/3] tests: fix: rename dump tokens test name Carlos Maniero
2024-03-08 22:39 ` [PATCH olang v2 2/3] tests: decouple command execution from cli_runner Carlos Maniero
2024-03-08 22:39 ` [PATCH olang v2 3/3] tests: add tests for the minimal possible olang program Carlos Maniero
2024-03-08 22:40   ` [olang/patches/.build.yml] build success builds.sr.ht
2024-03-08 23:59 ` [PATCH olang v2 0/3] test: cli: cover compilation pipeline 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