emcrisostomo / fswatch

A cross-platform file change monitor with multiple backends: Apple OS X File System Events, *BSD kqueue, Solaris/Illumos File Events Notification, Linux inotify, Microsoft Windows and a stat()-based backend.
https://emcrisostomo.github.io/fswatch/
GNU General Public License v3.0
5.06k stars 330 forks source link

make check step? #198

Closed jakirkham closed 6 years ago

jakirkham commented 6 years ago

Thanks for this great tool. Am trying to figure out how to run the test suite after building. Is there a make check step or similar? Tried make check, but can't tell if it is doing anything. Thanks in advance for any advice.

emcrisostomo commented 6 years ago

Hi @jakirkham, you're right in suspecting make check is doing nothing: there currently is no test case implemented.