# libasm\_test Test for the libasm project of school 42. ![example\_screenshot](./screenshot.png) ## Usage The default path to your libasm is `../libasm`. You can modify it in the Makefile. ```sh $ make ``` ## Bonus ```sh $ make bonus ``` Or: Set the environment variable `LIBASM_TEST_BONUS` to `yes`. ```sh $ echo 'export LIBASM_TEST_BONUS=yes' >> ~/.zshrc ``` ## Help, ft\_write and ft\_read crash for no reason