Skip to content
GitLab
Menu
Projects
Groups
Snippets
/
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Sign in
Toggle navigation
Menu
Open sidebar
monticore
EmbeddedMontiArc
generators
EMAM2Middleware
Commits
6588a325
Commit
6588a325
authored
Jan 14, 2019
by
Alexander David Hellwig
Browse files
Fix: integration test needs src folder
parent
aa497142
Changes
1
Hide whitespace changes
Inline
Side-by-side
src/test/java/de/monticore/lang/monticar/generator/middleware/GenerationTest.java
View file @
6588a325
...
...
@@ -325,7 +325,7 @@ public class GenerationTest extends AbstractSymtabTest {
TagHelper
.
resolveTags
(
taggingResolver
,
componentInstanceSymbol
);
DistributedTargetGenerator
distributedTargetGenerator
=
new
DistributedTargetGenerator
();
distributedTargetGenerator
.
setGenerationTargetPath
(
"./target/generated-sources-cmake/noRosMsg/"
);
distributedTargetGenerator
.
setGenerationTargetPath
(
"./target/generated-sources-cmake/noRosMsg/
src
"
);
distributedTargetGenerator
.
add
(
new
CPPGenImpl
(),
"cpp"
);
List
<
File
>
files
=
distributedTargetGenerator
.
generate
(
componentInstanceSymbol
,
taggingResolver
);
...
...
Write
Preview
Supports
Markdown
0%
Try again
or
attach a new file
.
Attach a file
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment