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-11e...)
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-11e...)
In case check is installed it will show ```Unit tests: yes```. If not, building tests via ```make check``` will fail.