Skip to content

Commit

Permalink
ORC-1003: Recover java-examples-test in java module
Browse files Browse the repository at this point in the history
### What changes were proposed in this pull request?

This PR aims to recover `java-examples-test` at `CMakefile` of `java` module.

### Why are the changes needed?

To restore the test coverage.

### How was this patch tested?

Pass the CIs.

Closes #1712 from dongjoon-hyun/ORC-1003.

Authored-by: Dongjoon Hyun <dongjoon@apache.org>
Signed-off-by: Dongjoon Hyun <dongjoon@apache.org>
  • Loading branch information
dongjoon-hyun committed Dec 27, 2023
1 parent 0184a66 commit 5b25332
Showing 1 changed file with 4 additions and 5 deletions.
9 changes: 4 additions & 5 deletions java/CMakeLists.txt
Original file line number Diff line number Diff line change
Expand Up @@ -70,11 +70,10 @@ add_test(
-Dbuild.dir=${CMAKE_CURRENT_BINARY_DIR} test
WORKING_DIRECTORY ${CMAKE_CURRENT_SOURCE_DIR})

# TOOD(ORC-1003)
# add_test(
# NAME java-examples-test
# COMMAND java -jar examples/orc-examples-${ORC_VERSION}-uber.jar write
# WORKING_DIRECTORY ${CMAKE_CURRENT_BINARY_DIR})
add_test(
NAME java-examples-test
COMMAND java -jar examples/orc-examples-${ORC_VERSION}-uber.jar write
WORKING_DIRECTORY ${CMAKE_CURRENT_BINARY_DIR})

add_test(
NAME java-tools-test
Expand Down

0 comments on commit 5b25332

Please sign in to comment.