@2005'otsul.net
:fidget_spinner: Forty Two Tester for libft

:fidget_spinner: Forty Two Tester for libft

  • Small, focused tester for libft.

  • Run (quick):

    • Clone the repo; see README for exact commands
    • Point it at your libft tree; run, fix, repeat
    • Plain Linux toolchain; no exotic deps

Rationale #

  • Tight loop: edit → compile → measure quickly
  • Low‑noise output: highlight deltas, not logs
  • Works within typical 42 constraints and habits

Scope #

  • Sanity‑checks common libft behaviors expected by 42
  • Aims for repeatable runs; not a full spec suite
  • Prioritizes clarity and speed over breadth

Notes #

  • Deliberately small and opinionated; PRs welcome
  • Verified on Linux with GCC/Make; other setups may vary
  • If you hit an edge case, open an issue with a minimal repro
  • My libft: /tools/libft/
  • 42 parcours: /x/42/