fix JNI test for openjdk-src build

This commit is contained in:
Joel Dice 2012-08-04 18:50:43 -06:00
parent 96d5dae06c
commit 021590af05

View File

@ -872,7 +872,7 @@ endif
class-name = $(patsubst $(1)/%.class,%,$(2))
class-names = $(foreach x,$(2),$(call class-name,$(1),$(x)))
test-flags = -cp $(build)/test
test-flags = -Djava.library.path=$(build) -cp $(build)/test
test-args = $(test-flags) $(input)