Skip to content

Commit

Permalink
build: update to latest objectos.mk
Browse files Browse the repository at this point in the history
$source=46f33dde0ee2b40eb0f99dd7810d33f68d0b420a$
  • Loading branch information
marcioendo committed Aug 2, 2024
1 parent e9f556a commit e3705f0
Showing 1 changed file with 3 additions and 0 deletions.
3 changes: 3 additions & 0 deletions make/java-test.mk
Original file line number Diff line number Diff line change
Expand Up @@ -45,6 +45,9 @@ TEST_RUN_MARKER = $(TEST_RUNTIME_OUTPUT)/index.html

## test java command
TEST_JAVAX := $(JAVA)
ifdef TEST_JVM_OPTS
TEST_JAVAX += $(TEST_JVM_OPTS)
endif
ifdef TEST_ARGFILES
TEST_JAVAX += $(foreach argfile,$(TEST_ARGFILES),@$(argfile))
endif
Expand Down

0 comments on commit e3705f0

Please sign in to comment.