Skip to content
Snippets Groups Projects
Commit 90af0198 authored by Jeremy Soller's avatar Jeremy Soller
Browse files

Merge branch 'improve-instructions' into 'master'

Improve the testing instructions on the README

See merge request redox-os/relibc!477
parents 6044734a 482d0946
No related branches found
No related tags found
No related merge requests found
Pipeline #15238 failed
...@@ -38,7 +38,9 @@ This section explain how to build and run the tests. ...@@ -38,7 +38,9 @@ This section explain how to build and run the tests.
### Build ### Build
To build the tests run `make` on the `tests` folder, it will store the executables at `tests/bins_static` To build the tests run `make all` on the `tests` folder, it will store the executables at `tests/bins_static`
If you did changes to your tests, run `make clean all` to rebuild the executables.
### Redox OS Testing ### Redox OS Testing
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment