mirror of
https://codeberg.org/andyscott/marCsweep.git
synced 2024-12-22 01:33:11 -05:00
README: fix block quote
This commit is contained in:
parent
7a60c424be
commit
ea7738bcf8
1 changed files with 7 additions and 7 deletions
14
README.md
14
README.md
|
@ -8,7 +8,7 @@ allocations.
|
||||||
Compiling the project should be relatively easy, even if you aren't familiar
|
Compiling the project should be relatively easy, even if you aren't familiar
|
||||||
with `make`.
|
with `make`.
|
||||||
|
|
||||||
Dependences: `git`, `make`, and `gcc`. Compiling with `clang` is also possible,
|
Dependencies: `git`, `make`, and `gcc`. Compiling with `clang` is also possible,
|
||||||
simply replace "gcc" with "clang" in the first line of the Makefile.
|
simply replace "gcc" with "clang" in the first line of the Makefile.
|
||||||
|
|
||||||
```
|
```
|
||||||
|
@ -34,12 +34,12 @@ cd build # or debug
|
||||||
|
|
||||||
By default the program will output the results of the test cases:
|
By default the program will output the results of the test cases:
|
||||||
|
|
||||||
> test_int_alloc: PASS
|
> test_int_alloc: PASS
|
||||||
> test_pair_alloc: PASS
|
test_pair_alloc: PASS
|
||||||
> test_obj_count: PASS
|
test_obj_count: PASS
|
||||||
> test_pair_alloc: PASS
|
test_pair_alloc: PASS
|
||||||
> test_unreachable: PASS
|
test_unreachable: PASS
|
||||||
> test_auto_gc: PASS
|
test_auto_gc: PASS
|
||||||
|
|
||||||
If all six tests pass, then the library compiles correctly on your system and
|
If all six tests pass, then the library compiles correctly on your system and
|
||||||
should be ready for experimentation!
|
should be ready for experimentation!
|
||||||
|
|
Loading…
Reference in a new issue