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