Skip to content
GitLab
Projects
Groups
Snippets
/
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Sign in
Toggle navigation
Menu
Open sidebar
monticore
EmbeddedMontiArc
generators
EMAM2Cpp
Commits
46d0cb59
Commit
46d0cb59
authored
Aug 12, 2018
by
Sascha Niklas Schneiders
Browse files
updated
parent
b88f792a
Changes
4
Hide whitespace changes
Inline
Side-by-side
compileCPPTests.bat
View file @
46d0cb59
...
...
@@ -18,6 +18,8 @@
@REM License along with this project. If not, see <http://www.gnu.org/licenses/>.
@REM *******************************************************************************
@REM
subst
N
: .
cd
N
:\
cd
native
call
variables
.bat
...
...
executeStreamTest.bat
View file @
46d0cb59
...
...
@@ -19,6 +19,8 @@
@REM *******************************************************************************
@REM
subst
N
: .
cd
N
:\
cd
native
call
variables
.bat
cd
%PROJECT_ROOT%%
1
...
...
src/main/java/de/monticore/lang/monticar/generator/testing/StreamTestExecution.java
View file @
46d0cb59
...
...
@@ -40,7 +40,7 @@ public class StreamTestExecution {
if
(
SystemUtils
.
IS_OS_WINDOWS
)
{
execName
=
"compileCPPTests.bat"
;
}
else
if
(
SystemUtils
.
IS_OS_LINUX
)
{
execName
=
"
ls; chmod u+x
./compileCPPTests.sh"
;
execName
=
"./compileCPPTests.sh"
;
}
else
{
execName
=
"generic_platform"
;
System
.
out
.
println
(
"ERROR: Unsupported platform!!!"
);
...
...
@@ -61,7 +61,7 @@ public class StreamTestExecution {
if
(
SystemUtils
.
IS_OS_WINDOWS
)
{
execName
=
"executeStreamTest.bat"
;
}
else
if
(
SystemUtils
.
IS_OS_LINUX
)
{
execName
=
"
ls; chmod u+x
./executeStreamTest.sh"
;
execName
=
"./executeStreamTest.sh"
;
}
else
{
execName
=
"generic_platform"
;
System
.
out
.
println
(
"ERROR: Unsupported platform!!!"
);
...
...
src/test/java/de/monticore/lang/monticar/generator/cpp/AutomaticStreamTestGenerationTest.java
View file @
46d0cb59
/**
* ******************************************************************************
* MontiCAR Modeling Family, www.se-rwth.de
* Copyright (c) 2017, Software Engineering Group at RWTH Aachen,
* All rights reserved.
* <p>
* This project is free software; you can redistribute it and/or
* modify it under the terms of the GNU Lesser General Public
* License as published by the Free Software Foundation; either
* version 3.0 of the License, or (at your option) any later version.
* This library is distributed in the hope that it will be useful,
* but WITHOUT ANY WARRANTY; without even the implied warranty of
* MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the GNU
* Lesser General Public License for more details.
* <p>
* You should have received a copy of the GNU Lesser General Public
* License along with this project. If not, see <http://www.gnu.org/licenses/>.
*
* ******************************************************************************
* MontiCAR Modeling Family, www.se-rwth.de
* Copyright (c) 2017, Software Engineering Group at RWTH Aachen,
* All rights reserved.
*
* This project is free software; you can redistribute it and/or
* modify it under the terms of the GNU Lesser General Public
* License as published by the Free Software Foundation; either
* version 3.0 of the License, or (at your option) any later version.
* This library is distributed in the hope that it will be useful,
* but WITHOUT ANY WARRANTY; without even the implied warranty of
* MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the GNU
* Lesser General Public License for more details.
*
* You should have received a copy of the GNU Lesser General Public
* License along with this project. If not, see <http://www.gnu.org/licenses/>.
* *******************************************************************************
*/
package
de.monticore.lang.monticar.generator.cpp
;
...
...
Write
Preview
Supports
Markdown
0%
Try again
or
attach a new 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