blob: da5313f157e2e6d8c1623cf11569900ff5fd0848 (
plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
|
# libasm\_test
Unit tests for the libasm project.

## Usage
The default path to your libasm is `../libasm`. You can modify it in the Makefile.
```
$ make
```
## Bonus
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
<https://stackoverflow.com/c/42network/questions/1494>
|