Skip to content

Commit

Permalink
Update tests folder
Browse files Browse the repository at this point in the history
  • Loading branch information
nlebeck committed Nov 16, 2017
1 parent b7c6ed5 commit 0aa1bec
Show file tree
Hide file tree
Showing 5 changed files with 2 additions and 8 deletions.
2 changes: 0 additions & 2 deletions tests/rmi/example/hello/build.sh
Original file line number Diff line number Diff line change
@@ -1,4 +1,2 @@
mkdir out
javac -d out *.java
cd out
~/sapphire_code/android/out/host/linux-x86/bin/dx --dex --output=../hello_dex.jar example/hello/*.class
1 change: 1 addition & 0 deletions tests/rmi/example/hello/start_client.sh
Original file line number Diff line number Diff line change
@@ -0,0 +1 @@
java -cp out example.hello.Client
3 changes: 0 additions & 3 deletions tests/rmi/example/hello/start_client_dalvik.sh

This file was deleted.

1 change: 1 addition & 0 deletions tests/rmi/example/hello/start_server.sh
Original file line number Diff line number Diff line change
@@ -0,0 +1 @@
java -cp out example.hello.Server
3 changes: 0 additions & 3 deletions tests/rmi/example/hello/start_server_dalvik.sh

This file was deleted.

0 comments on commit 0aa1bec

Please sign in to comment.