mirror of
https://github.com/corda/corda.git
synced 2025-01-19 11:16:54 +00:00
move extra tests (not run as part of "make test") into "extra" package
This commit is contained in:
parent
06fd492b1a
commit
6dc6f01359
2
makefile
2
makefile
@ -299,7 +299,7 @@ classpath-classes = \
|
||||
classpath-object = $(native-build)/classpath-jar.o
|
||||
classpath-dep = $(classpath-build)/dep
|
||||
|
||||
test-sources = $(wildcard $(test)/*.java)
|
||||
test-sources = $(shell find $(test) -name '*.java')
|
||||
test-classes = $(call java-classes,$(test-sources),$(test),$(test-build))
|
||||
test-dep = $(test-build)/dep
|
||||
|
||||
|
@ -1,3 +1,5 @@
|
||||
package extra;
|
||||
|
||||
import java.util.Collection;
|
||||
import java.util.Comparator;
|
||||
import java.util.HashMap;
|
||||
|
@ -1,3 +1,5 @@
|
||||
package extra;
|
||||
|
||||
import java.lang.Runtime;
|
||||
import java.lang.Process;
|
||||
|
||||
|
@ -1,3 +1,5 @@
|
||||
package extra;
|
||||
|
||||
import java.net.InetSocketAddress;
|
||||
import java.nio.ByteBuffer;
|
||||
import java.io.IOException;
|
||||
|
@ -1,3 +1,5 @@
|
||||
package extra;
|
||||
|
||||
import java.net.InetSocketAddress;
|
||||
import java.nio.ByteBuffer;
|
||||
import java.nio.channels.SelectionKey;
|
||||
|
Loading…
Reference in New Issue
Block a user