> So it seems that I have overseen one magic autotools switch which is still 
> missing. Any help would be highly appreciated.

**Junk!** I simply forgot to install check on my machine (embarrassing). For 
anyone reading this: make sure you have check installed if you want to write 
unit tests. Otherwise you might get an error message like this:

![gp-check-h-missing](https://user-images.githubusercontent.com/9009011/57253065-109d1200-704e-11e9-9534-b1d3c0a7a12a.png)

If you execute the command ```./autogen.sh``` it will show if check is 
present/if unit tests can be created:

![gp-unittests-no](https://user-images.githubusercontent.com/9009011/57253136-362a1b80-704e-11e9-9fba-0567b8b199b2.png)

In case check is installed it will show ```Unit tests: yes```. If not, building 
tests via ```make check``` will fail.

-- 
You are receiving this because you are subscribed to this thread.
Reply to this email directly or view it on GitHub:
https://github.com/geany/geany-plugins/pull/823#issuecomment-489765190

Reply via email to