diff options
| author | Charles Cabergs <me@cacharle.xyz> | 2020-10-21 16:08:41 +0200 |
|---|---|---|
| committer | Charles Cabergs <me@cacharle.xyz> | 2020-10-21 16:36:47 +0200 |
| commit | 4bb8708bbbb4fa9b5fa947c1be6c02adc3dc94c2 (patch) | |
| tree | 436a74de65b1824a37291340f5f9af4a1148a96c /README.md | |
| parent | ca5071168115e5cd272978e13ddb9fbb1365afbc (diff) | |
| download | libasm_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.md | 14 |
1 files changed, 9 insertions, 5 deletions
@@ -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 |
