Skip to content
Projects
Groups
Snippets
Help
Loading...
Help
Support
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in / Register
Toggle navigation
D
djinni
Project overview
Project overview
Details
Activity
Releases
Repository
Repository
Files
Commits
Branches
Tags
Contributors
Graph
Compare
Issues
0
Issues
0
List
Boards
Labels
Milestones
Merge Requests
0
Merge Requests
0
CI / CD
CI / CD
Pipelines
Jobs
Schedules
Analytics
Analytics
CI / CD
Repository
Value Stream
Wiki
Wiki
Snippets
Snippets
Members
Members
Collapse sidebar
Close sidebar
Activity
Graph
Create a new issue
Jobs
Commits
Issue Boards
Open sidebar
cpp-libs
djinni
Commits
05a0ed69
Commit
05a0ed69
authored
Nov 11, 2015
by
Paul Wais
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
make target and docs cleanup
parent
27b5cead
Changes
3
Hide whitespace changes
Inline
Side-by-side
Showing
3 changed files
with
9 additions
and
6 deletions
+9
-6
test-suite/Makefile
test-suite/Makefile
+3
-3
test-suite/README.md
test-suite/README.md
+5
-2
test-suite/java/docker/README.md
test-suite/java/docker/README.md
+1
-1
No files found.
test-suite/Makefile
View file @
05a0ed69
.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
test-suite/README.md
View file @
05a0ed69
...
...
@@ -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
)
.
test-suite/java/docker/README.md
View file @
05a0ed69
...
...
@@ -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
...
...
Write
Preview
Markdown
is supported
0%
Try again
or
attach a new file
Attach a file
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment