From 4bb8708bbbb4fa9b5fa947c1be6c02adc3dc94c2 Mon Sep 17 00:00:00 2001 From: Charles Cabergs Date: Wed, 21 Oct 2020 16:08:41 +0200 Subject: Cleaning Makfile, Fixing missing TO_STRING in ft_atoi_base test --- README.md | 14 +++++++++----- 1 file changed, 9 insertions(+), 5 deletions(-) (limited to 'README.md') diff --git a/README.md b/README.md index b94eac4..da5313f 100644 --- a/README.md +++ b/README.md @@ -1,4 +1,4 @@ -# libasm test +# libasm\_test Unit tests for the libasm project. @@ -8,12 +8,16 @@ Unit tests for the libasm project. 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. +``` +$ make +``` -### Bonus +## Bonus -Suffix all Makefile commands with `bonus` (i.e `> make runbonus`). +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 -- cgit