Skip to content
GitLab
Projects
Groups
Snippets
Help
Loading...
Help
What's new
7
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Sign in
Toggle navigation
Open sidebar
monticore
EmbeddedMontiArc
generators
EMAM2Middleware
Commits
34d5d80b
Commit
34d5d80b
authored
Apr 09, 2019
by
Alexander David Hellwig
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
Disable automatic stream testing until tested
parent
04273ca9
Changes
1
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
1 addition
and
1 deletion
+1
-1
src/main/java/de/monticore/lang/monticar/generator/middleware/impls/CPPGenImpl.java
.../lang/monticar/generator/middleware/impls/CPPGenImpl.java
+1
-1
No files found.
src/main/java/de/monticore/lang/monticar/generator/middleware/impls/CPPGenImpl.java
View file @
34d5d80b
...
...
@@ -24,7 +24,7 @@ public class CPPGenImpl implements GeneratorImpl {
generatorCPP
.
useArmadilloBackend
();
generatorCPP
.
setGenerateCMake
(
true
);
generatorCPP
.
setModelsDirPath
(
Paths
.
get
(
modelsDir
));
generatorCPP
.
setGenerateTests
(
true
);
//
generatorCPP.setGenerateTests(true);
}
public
void
setGeneratorCPP
(
GeneratorCPP
generatorCPP
){
...
...
Write
Preview
Markdown
is supported
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