aboutsummaryrefslogtreecommitdiff
path: root/README.md
diff options
context:
space:
mode:
authorCharles Cabergs <me@cacharle.xyz>2020-10-06 15:15:48 +0200
committerCharles Cabergs <me@cacharle.xyz>2020-10-06 15:15:48 +0200
commitd2fac61b27d827dc81a6ed867ec92dfad14a3385 (patch)
tree90015f6aefb18da07f1a7868cb9b8c6292e5bd62 /README.md
parent757749f4c514dd45d906a821eb41f8bba690c3e2 (diff)
downloadlibasm_test-d2fac61b27d827dc81a6ed867ec92dfad14a3385.tar.gz
libasm_test-d2fac61b27d827dc81a6ed867ec92dfad14a3385.tar.bz2
libasm_test-d2fac61b27d827dc81a6ed867ec92dfad14a3385.zip
Enabling ft_write/ft_read segfault test know that I know that it's not the test fault
Diffstat (limited to 'README.md')
-rw-r--r--README.md8
1 files changed, 5 insertions, 3 deletions
diff --git a/README.md b/README.md
index aeb7d62..b94eac4 100644
--- a/README.md
+++ b/README.md
@@ -6,13 +6,15 @@ Unit tests for the libasm project.
## 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`.
+Suffix all Makefile commands with `bonus` (i.e `> make runbonus`).
-## Configuration
+## Help, ft\_write and ft\_read crash for no reason
-The default path to your libasm is `../libasm`. You can modify it in the Makefile.
+<https://stackoverflow.com/c/42network/questions/1494>