bindings: Makefile does nothing by default

_v3_old
Nguyen Anh Quynh 11 years ago
parent ac6d1da5b0
commit d6ef46aa0f
  1. 6
      bindings/Makefile

@ -8,6 +8,10 @@ TEST_ARM64 = $(TMPDIR)/test_arm64
TEST_MIPS = $(TMPDIR)/test_mips
TEST_X86 = $(TMPDIR)/test_x86
.PHONY: all expected python java ocaml
all:
tests: expected python java #oclma ruby
expected:
@ -37,6 +41,8 @@ java: FORCE
cd java; ./run.sh x86 > $(TEST_X86)_o
$(MAKE) test_diff
ocaml: FORCE
test_diff: FORCE
$(DIFF) $(TEST)_e $(TEST)_o
$(DIFF) $(TEST_ARM)_e $(TEST_ARM)_o

Loading…
Cancel
Save