aboutsummaryrefslogtreecommitdiff
path: root/README.md
blob: b94eac4704cd30242f06202b799b35e690cca9a6 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
# libasm test

Unit tests for the libasm project.

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

## 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`).

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

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