[
https://issues.apache.org/jira/browse/MINIFICPP-1311?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel
]
Adam Hunyadi updated MINIFICPP-1311:
------------------------------------
Labels: MiNiFi-CPP-Hygiene beginner starter (was: MiNiFi-CPP-Hygiene)
> 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
> Priority: Minor
> Labels: MiNiFi-CPP-Hygiene, beginner, starter
> 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)