davmac314 / dinit

Service monitoring / "init" system
Apache License 2.0
582 stars 45 forks source link

igr-tests/Makefile: Include "CPPFLAGS" in igr-runner compile process #358

Closed mobin-2008 closed 1 month ago

mobin-2008 commented 1 month ago

It should be there, I guess.

I was testing Dinit on NetBSD with ./configure CXX=clang++ CPPFLAGS="-DDASYNQ_HAVE_KQUEUE=1" (and it was really awesome) that found out the CPPFLAGS is not applied in igr-runner compile process.

Signed-off-by: Mobin Aydinfar <mobin@mobintestserver.ir>