Browse Source

Lets start a substructure in test/, one dir for each test case.

With the collected test cases we can regression test old bugs.
JNI-88
heck 6 years ago
parent
commit
18c33872ec
  1. 6
      test/Basic/Makefile
  2. 0
      test/Basic/SyncCallbacks.java
  3. 0
      test/Basic/Testing.java
  4. 0
      test/Basic/test_keys/pub/pep-test-alice-0x6FF00E97_pub.asc

6
test/Makefile → test/Basic/Makefile

@ -1,4 +1,4 @@
include ../Makefile.conf include ../../Makefile.conf
$(info If on Mac, make sure to disable SIP, or copy the libpEpEngine.dylib into here) $(info If on Mac, make sure to disable SIP, or copy the libpEpEngine.dylib into here)
@ -14,8 +14,8 @@ ifdef ENGINE_LIB_PATH
endif endif
endif endif
CLASSPATH=.:../src CLASSPATH=.:../../src
VM=java -Xcheck:jni -Djava.library.path=../src VM=java -Xcheck:jni -Djava.library.path=../../src
#VM=lldb java -- -Xcheck:jni -Djava.library.path=../src #VM=lldb java -- -Xcheck:jni -Djava.library.path=../src
.PHONY: test clean .PHONY: test clean

0
test/SyncCallbacks.java → test/Basic/SyncCallbacks.java

0
test/Testing.java → test/Basic/Testing.java

0
test/test_keys/pub/pep-test-alice-0x6FF00E97_pub.asc → test/Basic/test_keys/pub/pep-test-alice-0x6FF00E97_pub.asc

Loading…
Cancel
Save