run_shell
// TODO: Replace examples and use TDD by writing your own tests. The code provided here is just a how-to example.#include <criterion/criterion.h>Test(the_multiply_function, should_pass_all_the_tests_provided) {t();cr_assert(1);}- run_shell