Skip to content
Snippets Groups Projects

Improve the testing instructions on the README

Merged Ribbon requested to merge improve-instructions into master
1 file
+ 3
1
Compare changes
  • Side-by-side
  • Inline
+ 3
1
@@ -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
Loading