aboutsummaryrefslogtreecommitdiff
path: root/README.md
blob: df3f04af4eeb299737d5b727306eca53a98d9cc7 (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
25
26
27
28
29
30
# libasm\_test

Test for the libasm project of school 42.

![example\_screenshot](./screenshot.png)

## Usage

The default path to your libasm is `../libasm`. You can modify it in the Makefile.

```sh
$ make
```

## Bonus

```sh
$ make bonus
```

Or:

Set the environment variable `LIBASM_TEST_BONUS` to `yes`.
```sh
$ echo 'export LIBASM_TEST_BONUS=yes' >> ~/.zshrc
```

## Help, ft\_write and ft\_read crash for no reason

<https://stackoverflow.com/c/42network/questions/1494>