diff options
author | rodrigosiqueira <rodrigosiqueiramelo@gmail.com> | 2016-12-04 11:28:25 -0200 |
---|---|---|
committer | rodrigosiqueira <rodrigosiqueiramelo@gmail.com> | 2016-12-04 11:34:27 -0200 |
commit | e0152319f5ed6d99eb38bf6da40157a60fd48e04 (patch) | |
tree | 7441f203a9564ae4073297d2215b5bf35d7303d5 /.gitignore | |
parent | a44cc7a3d1c21c37c7dfb88b92bb479389dfce16 (diff) | |
download | yosys-e0152319f5ed6d99eb38bf6da40157a60fd48e04.tar.gz yosys-e0152319f5ed6d99eb38bf6da40157a60fd48e04.tar.bz2 yosys-e0152319f5ed6d99eb38bf6da40157a60fd48e04.zip |
Added required structure to implement unit tests
Added modifications inside the main Makefile to refers the unit test Makefile.
Added separated Makefile only for compiling unit tests.
Added simple example of unit test.
Signed-off-by: Charles Oliveira <18oliveira.charles@gmail.com>
Signed-off-by: Pablo Alejandro <pabloabur@usp.br>
Signed-off-by: Rodrigo Siqueira <siqueira@ime.usp.br>
Diffstat (limited to '.gitignore')
-rw-r--r-- | .gitignore | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/.gitignore b/.gitignore index 93e28cd6c..cd624f233 100644 --- a/.gitignore +++ b/.gitignore @@ -1,6 +1,7 @@ *.o *.d .*.swp +*.gch /.cproject /.project /.settings @@ -27,3 +28,5 @@ /yosys-win32-vcxsrc-* /yosysjs-* /libyosys.so +/tests/unit/bintest/ +/tests/unit/objtest/ |