Skip to content

Commit c165704

Browse files
committed
Module-info for tests use the same module name of src
1 parent 74dc202 commit c165704

File tree

1 file changed

+4
-1
lines changed

1 file changed

+4
-1
lines changed

ndarray/src/test/java/module-info.test

Lines changed: 4 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -14,6 +14,9 @@
1414
limitations under the License.
1515
=======================================================================
1616
*/
17-
module org.tensorflow.ndarray.test {
17+
module org.tensorflow.ndarray {
1818
requires java.desktop; // required for java.awt.*
19+
20+
requires transitive org.junit.jupiter.engine;
21+
requires transitive org.junit.jupiter.api;
1922
}

0 commit comments

Comments
 (0)