Skip to content

Commit

Permalink
[test] Java fut.
Browse files Browse the repository at this point in the history
  • Loading branch information
pfusik committed Oct 19, 2023
1 parent a389765 commit 0e27b43
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions Makefile
Original file line number Diff line number Diff line change
Expand Up @@ -108,7 +108,7 @@ test-cs test-GenCs.fu: $(patsubst test/%.fu, test/bin/%/cs.txt, $(wildcard test/
test-d test-GenD.fu: $(patsubst test/%.fu, test/bin/%/d.txt, $(wildcard test/*.fu))
$(DO_SUMMARY)

test-java test-GenJava.fu: $(patsubst test/%.fu, test/bin/%/java.txt, $(wildcard test/*.fu))
test-java test-GenJava.fu: $(patsubst test/%.fu, test/bin/%/java.txt, $(wildcard test/*.fu)) java/GenBase.java
$(DO_SUMMARY)

test-js test-GenJs.fu: $(patsubst test/%.fu, test/bin/%/js.txt, $(wildcard test/*.fu)) libfut.js
Expand Down Expand Up @@ -251,7 +251,7 @@ test/$(FUT_HOST)/%/all: test/%.fu fut
$(DO)mkdir -p $(@D) && $(FUT) -o $(@D)/Test.c,cpp,cs,d,java,js,d.ts,ts,py,swift,cl $< || true

test/$(FUT_HOST)/fut/all: $(SOURCE_FU) fut
$(DO)mkdir -p $(@D) && $(FUT) -o $(@D)/Test.cpp,cs,d,js,d.ts,ts $(SOURCE_FU)
$(DO)mkdir -p $(@D) && $(FUT) -o $(@D)/Test.cpp,cs,d,java,js,d.ts,ts $(SOURCE_FU)

test/$(FUT_HOST)/Resource/all: test/Resource.fu fut
$(DO)mkdir -p $(@D) && $(FUT) -o $(@D)/Test.c,cpp,cs,d,java,js,d.ts,ts,py,swift,cl -I $(<D) $<
Expand Down

0 comments on commit 0e27b43

Please sign in to comment.