Browse Source

Update README

rexim 3 years ago
parent
commit
28855d2dae
1 changed files with 8 additions and 4 deletions
  1. 8 4
      README.md

+ 8 - 4
README.md

@@ -57,20 +57,24 @@ Even though the library does not require any special building, the tests and dem
 $ ./build.sh
 $ ./build.sh
 ```
 ```
 
 
-## Test the Library
+Run the tests:
 
 
 ```console
 ```console
-$ ./build/test
+$ ./build/test run
 ```
 ```
 
 
-### Update the test cases
-
 If the expected behavior of the library has changed in the way that breaks current test cases, you probably want to update them:
 If the expected behavior of the library has changed in the way that breaks current test cases, you probably want to update them:
 
 
 ```console
 ```console
 $ ./build/test record
 $ ./build/test record
 ```
 ```
 
 
+For more info see the help:
+
+```console
+$ ./build/test help
+```
+
 ## Demos
 ## Demos
 
 
 The source code for demos is located at [demos](./demos/). Each demo is compiled for 3 different "platforms" that is 3 different ways to display the generated images:
 The source code for demos is located at [demos](./demos/). Each demo is compiled for 3 different "platforms" that is 3 different ways to display the generated images: