test_stubs.c

Functional stubs for modules the executor depends on.

Provides minimal but working implementations of variables, builtins, expander, and signals so that executor tests can link and run. These stubs are only compiled into the test binary (42sh_test).

Functions

void stub_shell_init(t_shell *shell)
void stub_shell_cleanup(t_shell *shell)