diff options
author | rodrigosiqueira <rodrigosiqueiramelo@gmail.com> | 2016-12-10 18:21:56 -0200 |
---|---|---|
committer | rodrigosiqueira <rodrigosiqueiramelo@gmail.com> | 2016-12-10 18:21:56 -0200 |
commit | b932e2355de3d2d3b7a61fe86d11265ba02aba2a (patch) | |
tree | 19cab30a9f907e3d84b49b1e853ea9dc699b1f06 /CodingReadme | |
parent | 3f2f64f41475550527a5621f57d0b0d2b30ee179 (diff) | |
download | yosys-b932e2355de3d2d3b7a61fe86d11265ba02aba2a.tar.gz yosys-b932e2355de3d2d3b7a61fe86d11265ba02aba2a.tar.bz2 yosys-b932e2355de3d2d3b7a61fe86d11265ba02aba2a.zip |
Improved unit test structure
Signed-off-by: rodrigosiqueira <rodrigosiqueiramelo@gmail.com>
Signed-off-by: chaws <18oliveira.charles@gmail.com>
* Merged run-all-unitest inside unit-test target
* Fixed Makefile dependencies
* Updated documentation about unit test
Diffstat (limited to 'CodingReadme')
-rw-r--r-- | CodingReadme | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/CodingReadme b/CodingReadme index d2e975dab..041f3b1fa 100644 --- a/CodingReadme +++ b/CodingReadme @@ -436,8 +436,8 @@ test. However, it is strongly recommended that you take a look to the official repository (https://github.com/google/googletest) and refers to that if you have any problem to install it. Follow the steps below: -* Install: cmake -* Clone google test project from: //github.com/rodrigosiqueira/logbook.git and +* Install: cmake and pthread +* Clone google test project from: https://github.com/google/googletest and enter in the project directory * Inside project directory, type: |