# 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 run` show regular pretty output. - `> make run_raw` show parsable output. ### Bonus Suffix all Makefile commands with `bonus` (i.e `> make runbonus`). ## Help, ft\_write and ft\_read crash for no reason