diff options
| author | Charles <sircharlesaze@gmail.com> | 2019-11-23 17:54:55 +0100 |
|---|---|---|
| committer | Charles <sircharlesaze@gmail.com> | 2019-11-23 17:54:55 +0100 |
| commit | 99ebb4cc698da33c2f8aad8bb5d71ef060a01560 (patch) | |
| tree | a3e3d14e0a3fa878e6a35c2ba77d550326177cd0 /README.md | |
| download | libasm_test-99ebb4cc698da33c2f8aad8bb5d71ef060a01560.tar.gz libasm_test-99ebb4cc698da33c2f8aad8bb5d71ef060a01560.tar.bz2 libasm_test-99ebb4cc698da33c2f8aad8bb5d71ef060a01560.zip | |
Initial commit
Diffstat (limited to 'README.md')
| -rw-r--r-- | README.md | 11 |
1 files changed, 11 insertions, 0 deletions
diff --git a/README.md b/README.md new file mode 100644 index 0000000..dee1186 --- /dev/null +++ b/README.md @@ -0,0 +1,11 @@ +# libasm test + +Unit tests for the libasm project. + +## Usage + +`> make run` + +## Configuration + +The default path to your libasm is `../libasm`. You can modify it in the Makefile. |
