Skip to content
GitLab
Menu
Projects
Groups
Snippets
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in / Register
Toggle navigation
Menu
Open sidebar
Tommy Olofsson
LabComm
Commits
e79e7ead
Commit
e79e7ead
authored
Dec 14, 2011
by
Sven Robertz
Browse files
... and the final(?) pieces of the move
parent
bd14acb5
Changes
4
Hide whitespace changes
Inline
Side-by-side
cs_codegen.patch
→
compiler/
cs_codegen.patch
View file @
e79e7ead
File moved
java_array_encode.patch
→
compiler/
java_array_encode.patch
View file @
e79e7ead
File moved
test/run
View file @
e79e7ead
...
@@ -19,7 +19,7 @@ def run_labcomm(base):
...
@@ -19,7 +19,7 @@ def run_labcomm(base):
if
not
os
.
path
.
exists
(
"gen/python"
):
if
not
os
.
path
.
exists
(
"gen/python"
):
os
.
makedirs
(
"gen/python"
)
os
.
makedirs
(
"gen/python"
)
cmd
=
" "
.
join
([
cmd
=
" "
.
join
([
"java -jar ../labComm.jar"
,
"java -jar ../
compiler/
labComm.jar"
,
"--c=gen/c/%s.c"
%
base
,
"--c=gen/c/%s.c"
%
base
,
"--h=gen/c/%s.h"
%
base
,
"--h=gen/c/%s.h"
%
base
,
"--cs=gen/csharp/%s.cs"
%
base
,
"--cs=gen/csharp/%s.cs"
%
base
,
...
...
test/run.py
View file @
e79e7ead
...
@@ -11,7 +11,7 @@ def run_labcomm(base):
...
@@ -11,7 +11,7 @@ def run_labcomm(base):
if
not
os
.
path
.
exists
(
"gen/java/%s"
%
base
):
if
not
os
.
path
.
exists
(
"gen/java/%s"
%
base
):
os
.
makedirs
(
"gen/java/%s"
%
base
)
os
.
makedirs
(
"gen/java/%s"
%
base
)
cmd
=
" "
.
join
([
cmd
=
" "
.
join
([
"java -jar ../labComm.jar"
,
"java -jar ../
compiler/
labComm.jar"
,
"--c=gen/%s.c"
%
base
,
"--c=gen/%s.c"
%
base
,
"--h=gen/%s.h"
%
base
,
"--h=gen/%s.h"
%
base
,
"--python=gen/%s.py"
%
base
,
"--python=gen/%s.py"
%
base
,
...
...
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