blob: aeb7d6221c6fae99eaf089d310ec204defba3ecc (
plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
|
# libasm test
Unit tests for the libasm project.

## Usage
- `> make run` show regular pretty output.
- `> make run_raw` show parsable output.
### Bonus
Suffix all Makefile commands with `bonus` i.e `> make runbonus`.
## Configuration
The default path to your libasm is `../libasm`. You can modify it in the Makefile.
|