Skip to content
Snippets Groups Projects
Commit 1a051a2d authored by Sven Robertz's avatar Sven Robertz
Browse files

small fixes(?) to Makefiles. Now make test runs on my debian

parent 08c8af80
Branches
Tags
No related merge requests found
......@@ -10,7 +10,8 @@ MODULES=LabCommDispatcher \
LabCommEncoder \
LabCommDecoderChannel \
LabCommWriter \
LabCommReader
LabCommReader \
WriterWrapper
all: labcomm.jar
......
......@@ -20,7 +20,7 @@ test_%: gen/%/signatures.py \
gen/%/java_code
PYTHONPATH=../lib/python ./test_encoder_decoder.py \
--signatures=gen/$*/signatures.py \
--test /bin/tee gen/$*/testdata \
--test tee gen/$*/testdata \
--test gen/$*/c_relay /dev/stdin /dev/stdout \
--test mono gen/$*/cs_relay.exe /dev/stdin /dev/stdout \
--test java \\-cp gen/$*:../lib/java/labcomm.jar java_relay \
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment