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

## Usage
- `> make` show regular pretty output.
- `> make run_raw` show parsable output.
## Configuration
The default path to your libasm is `../libasm`. You can modify it in the Makefile.
|