Browse Source

..and the dir/file renames too.

JNI-94
heck 5 years ago
parent
commit
d8ac087997
  1. 0
      test/JNI-85/Makefile
  2. 0
      test/JNI-85/Step1.java
  3. 0
      test/JNI-85/Step2.java
  4. 0
      test/JNI-85/SyncCallbacks.java
  5. 2
      test/JNI-88/JNI-88.java
  6. 4
      test/JNI-88/Makefile

0
test/JNI_85/Makefile → test/JNI-85/Makefile

0
test/JNI_85/Step1.java → test/JNI-85/Step1.java

0
test/JNI_85/Step2.java → test/JNI-85/Step2.java

0
test/JNI_85/SyncCallbacks.java → test/JNI-85/SyncCallbacks.java

2
test/JNI_88/JNI_88.java → test/JNI-88/JNI-88.java

@ -93,7 +93,7 @@ class TestThread extends Thread {
}
}
class JNI_88 {
class JNI-88 {
public static void main(String[] args) {
// Test parameters
boolean useSharedEngine = true;

4
test/JNI_88/Makefile → test/JNI-88/Makefile

@ -2,7 +2,7 @@ include ../../Makefile.conf
include ../Makefile.conf
JAVA_CLASSES = \
JNI_88.class
JNI-88.class
.PHONY: compile run test clean
@ -10,7 +10,7 @@ all: compile
$(MAKE) run
run: compile
HOME=$(PWD) CLASSPATH=$(CLASSPATH) time $(VM) JNI_88
HOME=$(PWD) CLASSPATH=$(CLASSPATH) time $(VM) JNI-88
compile: $(JAVA_CLASSES)
Loading…
Cancel
Save