Small, focused tester for
libft
.- Objective: fast, repeatable feedback with readable diffs.
- Built for 42 workflows; favors determinism over flash.
- Repo: https://git.sr.ht/~otsul/ftt_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
Related #
- My
libft
: /tools/libft/ - 42 parcours: /x/42/