mirror of
https://github.com/YosysHQ/yosys
synced 2025-04-24 01:25:33 +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:
parent
3f2f64f414
commit
b932e2355d
3 changed files with 20 additions and 16 deletions
3
Makefile
3
Makefile
|
@ -455,9 +455,6 @@ unit-test: libyosys.so
|
|||
@$(MAKE) -C $(UNITESTPATH) CXX="$(CXX)" CPPFLAGS="$(CPPFLAGS)" \
|
||||
CXXFLAGS="$(CXXFLAGS)" LDLIBS="$(LDLIBS)" ROOTPATH="$(CURDIR)"
|
||||
|
||||
run-all-unitest:
|
||||
@$(MAKE) -C $(UNITESTPATH) run-tests
|
||||
|
||||
clean-unit-test:
|
||||
@$(MAKE) -C $(UNITESTPATH) clean
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue