Skip to content

Commit

Permalink
- Set OPENMODELICAHOME
Browse files Browse the repository at this point in the history
git-svn-id: https://openmodelica.org/svn/OpenModelica/trunk@11669 f25d12d1-65f4-0310-ae8a-bbce733d8d8e
  • Loading branch information
sjoelund committed Apr 5, 2012
1 parent af2f610 commit fa893b2
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 1 deletion.
2 changes: 1 addition & 1 deletion SimulationRuntime/c/util/java_interface/Makefile
Expand Up @@ -8,4 +8,4 @@ modelica_java.jar: $(java_sources)
test: $(java_sources)
rm -rf bin-test; mkdir bin-test
@"$(JAVAC)" -source 5 -cp "$(antlr):$(junit)" -d bin-test $(java_sources) $(java_tests)
$(JAVA) -cp "bin-test:src:$(antlr):$(junit)" org.junit.runner.JUnitCore $(junit_tests)
OPENMODELICAHOME=$(OPENMODELICAHOME) $(JAVA) -cp "bin-test:src:$(antlr):$(junit)" org.junit.runner.JUnitCore $(junit_tests)
1 change: 1 addition & 0 deletions SimulationRuntime/c/util/java_interface/Makefile.common
Expand Up @@ -8,6 +8,7 @@ JAVA=java
JAR=jar
endif

OPENMODELICAHOME=$(shell pwd)/../../../../build
antlr = antlr-3.1.3.jar
licenses = ptplot_license.txt antlr_license.txt
ptplot = ptplot.jar
Expand Down

0 comments on commit fa893b2

Please sign in to comment.