We have a bunch of tests:
- unit tests
- util tests written in python
- bench runner
- subtree tests
All of them are run when you type make check
.
However, for running the functional tests, one has to type ./test/functional/test_runner.py
I think some people asked for the functional tests to be run as part of make check
, or maybe a different target like make check-functional
?