Commit 05a0ed69 authored by Paul Wais's avatar Paul Wais

make target and docs cleanup

parent 27b5cead
.PHONY: all objc java linux .PHONY: all objc java linux_docker
FORCE_DJINNI := $(shell ./run_djinni.sh >&2) FORCE_DJINNI := $(shell ./run_djinni.sh >&2)
all: objc java linux all: objc java
objc: objc:
cd objc; xcodebuild -sdk iphonesimulator -project DjinniObjcTest.xcodeproj -scheme DjinniObjcTest test cd objc; xcodebuild -sdk iphonesimulator -project DjinniObjcTest.xcodeproj -scheme DjinniObjcTest test
...@@ -10,5 +10,5 @@ objc: ...@@ -10,5 +10,5 @@ objc:
java: java:
cd java && ant compile test cd java && ant compile test
linux: linux_docker:
cd ..; ./test-suite/java/docker/run_dockerized_test.sh cd ..; ./test-suite/java/docker/run_dockerized_test.sh
...@@ -18,5 +18,8 @@ You may need to have Xcode open for the simulator portion of the objc ...@@ -18,5 +18,8 @@ You may need to have Xcode open for the simulator portion of the objc
tests to complete successfully. Try opening the app if you see a tests to complete successfully. Try opening the app if you see a
failure connecting to the simulator. failure connecting to the simulator.
To test Java generated code in linux environments (via Docker), run `make linux`. Testing in Linux (via Docker)
FMI see [Docker testing instructions](java/docker/README.md). -----------------------------
To test Java generated code in a variety of linux environments (via Docker),
run `make linux_docker`. FMI see
[Docker-based testing instructions](java/docker/README.md).
...@@ -2,7 +2,7 @@ Djinni Linux Tests ...@@ -2,7 +2,7 @@ Djinni Linux Tests
------------------ ------------------
This directory contains a suite of tools for testing djinni (JNI only) This directory contains a suite of tools for testing djinni (JNI only)
on Linux. The suite helps ensure the portability of djinni and on Linux via Docker. The suite helps ensure the portability of djinni and
(self-)document compatible platforms. (self-)document compatible platforms.
Quickstart Quickstart
......
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment