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
Sven Gestegård Robertz
LabComm
Commits
1a051a2d
Commit
1a051a2d
authored
May 16, 2013
by
Sven Robertz
Browse files
small fixes(?) to Makefiles. Now make test runs on my debian
parent
08c8af80
Changes
2
Show whitespace changes
Inline
Side-by-side
lib/java/Makefile
View file @
1a051a2d
...
@@ -10,7 +10,8 @@ MODULES=LabCommDispatcher \
...
@@ -10,7 +10,8 @@ MODULES=LabCommDispatcher \
LabCommEncoder
\
LabCommEncoder
\
LabCommDecoderChannel
\
LabCommDecoderChannel
\
LabCommWriter
\
LabCommWriter
\
LabCommReader
LabCommReader
\
WriterWrapper
all
:
labcomm.jar
all
:
labcomm.jar
...
...
test/Makefile
View file @
1a051a2d
...
@@ -20,7 +20,7 @@ test_%: gen/%/signatures.py \
...
@@ -20,7 +20,7 @@ test_%: gen/%/signatures.py \
gen/%/java_code
gen/%/java_code
PYTHONPATH
=
../lib/python ./test_encoder_decoder.py
\
PYTHONPATH
=
../lib/python ./test_encoder_decoder.py
\
--signatures
=
gen/
$*
/signatures.py
\
--signatures
=
gen/
$*
/signatures.py
\
--test
/bin/
tee gen/
$*
/testdata
\
--test
tee
gen/
$*
/testdata
\
--test
gen/
$*
/c_relay /dev/stdin /dev/stdout
\
--test
gen/
$*
/c_relay /dev/stdin /dev/stdout
\
--test
mono gen/
$*
/cs_relay.exe /dev/stdin /dev/stdout
\
--test
mono gen/
$*
/cs_relay.exe /dev/stdin /dev/stdout
\
--test
java
\\
-cp
gen/
$*
:../lib/java/labcomm.jar java_relay
\
--test
java
\\
-cp
gen/
$*
:../lib/java/labcomm.jar java_relay
\
...
...
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