3
0
Fork 0
mirror of https://github.com/YosysHQ/yosys synced 2025-06-10 16:13:26 +00:00

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
This commit is contained in:
rodrigosiqueira 2016-12-10 18:21:56 -02:00
parent 3f2f64f414
commit b932e2355d
3 changed files with 20 additions and 16 deletions

View file

@ -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: