Skip to content
This repository has been archived by the owner on Sep 21, 2020. It is now read-only.

Commit

Permalink
Native tests depend on native sources, so include in exportedHeaders. (
Browse files Browse the repository at this point in the history
  • Loading branch information
PeterJohnson authored Aug 13, 2017
1 parent d9c754c commit 4bd8cf6
Showing 1 changed file with 3 additions and 1 deletion.
4 changes: 3 additions & 1 deletion build.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -194,7 +194,9 @@ model {
ntcoreTestingBaseTest {
sources {
cpp.source.srcDir 'src/test/native/cpp'
cpp.exportedHeaders.srcDir 'src/test/native/include'
cpp.exportedHeaders {
srcDirs 'src/test/native/include', 'src/main/native/cpp'
}
}
}
}
Expand Down

0 comments on commit 4bd8cf6

Please sign in to comment.