Skip to content

Commit fa10c56

Browse files
authored
Create test_java
1 parent 0738242 commit fa10c56

File tree

1 file changed

+6
-0
lines changed

1 file changed

+6
-0
lines changed

test_java

+6
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,6 @@
1+
#!/usr/bin/env bash
2+
3+
for file in "${CHANGED_FILES[@]}"; do
4+
io_tests "java \${FILE_PATH}" "${file}"
5+
#TODO run unit tests?
6+
done

0 commit comments

Comments
 (0)