Adam Hunyadi created MINIFICPP-1311:
---------------------------------------
Summary: Ensure that the integration test include dirs correspond
to that of libminifi
Key: MINIFICPP-1311
URL: https://issues.apache.org/jira/browse/MINIFICPP-1311
Project: Apache NiFi MiNiFi C++
Issue Type: Task
Reporter: Adam Hunyadi
Fix For: 1.0.0
*Background:*
We currently need to use somewhat convoluted includes when building integration
tests, eg.:
{code:c++}
#include "../../../libminifi/test/TestBase.h"
{code}
*Proposal:*
We should verify, that the target_include_directories specified for integration
tests are similar to those of libminifi and then replace the obscure include
patterns. Looking through all includes that start with ".." should probably be
sufficient.
--
This message was sent by Atlassian Jira
(v8.3.4#803005)