You are viewing a plain text version of this content. The canonical link for it is here.
Posted to issues@nifi.apache.org by "Adam Hunyadi (Jira)" <ji...@apache.org> on 2020/07/31 10:29:00 UTC

[jira] [Created] (MINIFICPP-1311) Ensure that the integration test include dirs correspond to that of libminifi

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)