aboutsummaryrefslogtreecommitdiff
path: root/README.md
diff options
context:
space:
mode:
authorCharles Cabergs <me@cacharle.xyz>2020-10-21 16:08:41 +0200
committerCharles Cabergs <me@cacharle.xyz>2020-10-21 16:36:47 +0200
commit4bb8708bbbb4fa9b5fa947c1be6c02adc3dc94c2 (patch)
tree436a74de65b1824a37291340f5f9af4a1148a96c /README.md
parentca5071168115e5cd272978e13ddb9fbb1365afbc (diff)
downloadlibasm_test-4bb8708bbbb4fa9b5fa947c1be6c02adc3dc94c2.tar.gz
libasm_test-4bb8708bbbb4fa9b5fa947c1be6c02adc3dc94c2.tar.bz2
libasm_test-4bb8708bbbb4fa9b5fa947c1be6c02adc3dc94c2.zip
Cleaning Makfile, Fixing missing TO_STRING in ft_atoi_base test
Diffstat (limited to 'README.md')
-rw-r--r--README.md14
1 files changed, 9 insertions, 5 deletions
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