From e79e7ead86fff2be28b4eec2017004389d851f69 Mon Sep 17 00:00:00 2001 From: Sven Robertz <sven@cs.lth.se> Date: Wed, 14 Dec 2011 16:20:42 +0100 Subject: [PATCH] ... and the final(?) pieces of the move --- cs_codegen.patch => compiler/cs_codegen.patch | 0 java_array_encode.patch => compiler/java_array_encode.patch | 0 test/run | 2 +- test/run.py | 2 +- 4 files changed, 2 insertions(+), 2 deletions(-) rename cs_codegen.patch => compiler/cs_codegen.patch (100%) rename java_array_encode.patch => compiler/java_array_encode.patch (100%) diff --git a/cs_codegen.patch b/compiler/cs_codegen.patch similarity index 100% rename from cs_codegen.patch rename to compiler/cs_codegen.patch diff --git a/java_array_encode.patch b/compiler/java_array_encode.patch similarity index 100% rename from java_array_encode.patch rename to compiler/java_array_encode.patch diff --git a/test/run b/test/run index 07c4a0c..c0fff50 100755 --- a/test/run +++ b/test/run @@ -19,7 +19,7 @@ def run_labcomm(base): if not os.path.exists("gen/python"): os.makedirs("gen/python") cmd = " ".join([ - "java -jar ../labComm.jar", + "java -jar ../compiler/labComm.jar", "--c=gen/c/%s.c" % base, "--h=gen/c/%s.h" % base, "--cs=gen/csharp/%s.cs" % base, diff --git a/test/run.py b/test/run.py index 927e1a8..6793aac 100755 --- a/test/run.py +++ b/test/run.py @@ -11,7 +11,7 @@ def run_labcomm(base): if not os.path.exists("gen/java/%s" % base): os.makedirs("gen/java/%s" % base) cmd = " ".join([ - "java -jar ../labComm.jar", + "java -jar ../compiler/labComm.jar", "--c=gen/%s.c" % base, "--h=gen/%s.h" % base, "--python=gen/%s.py" % base, -- GitLab