Skip to content

Commit

Permalink
Add new test to CMake build as well
Browse files Browse the repository at this point in the history
  • Loading branch information
adamretter authored and dnnanuti committed Mar 9, 2024
1 parent b065601 commit 7413450
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions java/CMakeLists.txt
Original file line number Diff line number Diff line change
Expand Up @@ -417,6 +417,7 @@ set(JAVA_TEST_CLASSES
src/test/java/org/rocksdb/TableFilterTest.java
src/test/java/org/rocksdb/TtlDBTest.java
src/test/java/org/rocksdb/util/StdErrLoggerTest.java
src/test/java/org/rocksdb/SequenceNumberAllocationTest.java
)

set(JAVA_TEST_RUNNING_CLASSES
Expand Down Expand Up @@ -516,6 +517,7 @@ set(JAVA_TEST_RUNNING_CLASSES
org.rocksdb.TableFilterTest
org.rocksdb.TtlDBTest
org.rocksdb.util.StdErrLoggerTest
org.rocksdb.SequenceNumberAllocationTest
)

include(FindJava)
Expand Down

0 comments on commit 7413450

Please sign in to comment.