mirror of https://github.com/openXC7/prjxray.git
exclude docs in `make test`
Signed-off-by: Alessandro Comodi <acomodi@antmicro.com>
This commit is contained in:
parent
d0ab539f25
commit
887c5b67a9
2
Makefile
2
Makefile
|
|
@ -34,7 +34,7 @@ build:
|
|||
|
||||
# Run tests of code.
|
||||
# ------------------------
|
||||
TEST_EXCLUDE = $(foreach x,$(ALL_EXCLUDE) fuzzers minitests experiments,--ignore $(x))
|
||||
TEST_EXCLUDE = $(foreach x,$(ALL_EXCLUDE) docs fuzzers minitests experiments,--ignore $(x))
|
||||
|
||||
test: test-py test-cpp
|
||||
@true
|
||||
|
|
|
|||
Loading…
Reference in New Issue