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)
all: objc java linux
all: objc java
objc:
cd objc; xcodebuild -sdk iphonesimulator -project DjinniObjcTest.xcodeproj -scheme DjinniObjcTest test
......@@ -10,5 +10,5 @@ objc:
java:
cd java && ant compile test
linux:
linux_docker:
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
tests to complete successfully. Try opening the app if you see a
failure connecting to the simulator.
To test Java generated code in linux environments (via Docker), run `make linux`.
FMI see [Docker testing instructions](java/docker/README.md).
Testing in Linux (via Docker)
-----------------------------
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
------------------
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.
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