mirror of
https://github.com/corda/corda.git
synced 2025-01-07 13:38:47 +00:00
fix JNI test for openjdk-src build
This commit is contained in:
parent
96d5dae06c
commit
021590af05
2
makefile
2
makefile
@ -872,7 +872,7 @@ endif
|
|||||||
class-name = $(patsubst $(1)/%.class,%,$(2))
|
class-name = $(patsubst $(1)/%.class,%,$(2))
|
||||||
class-names = $(foreach x,$(2),$(call class-name,$(1),$(x)))
|
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)
|
test-args = $(test-flags) $(input)
|
||||||
|
|
||||||
|
Loading…
Reference in New Issue
Block a user