libuv / help

Need help with libuv? Post your question here.
28 stars 7 forks source link

How to run tests on autotools builds #157

Open kasicka opened 4 years ago

kasicka commented 4 years ago

Hi, for v1.x there are two ways to build libuv, but the testing method described in README works only for CMake builds. What is the method to run the test suite when autotools is used?

santigimeno commented 4 years ago
# to run the full test suite
$ make check
# to run a specific test
$ test/run-tests TEST_NAME [TEST_NAME]