mirror of
https://github.com/google/flatbuffers.git
synced 2026-06-24 18:36:11 +00:00
remove flatbuffers tests from android (#7959)
This commit is contained in:
@@ -48,7 +48,6 @@ find_library( # Sets the name of the path variable.
|
|||||||
target_link_libraries( # Specifies the target library.
|
target_link_libraries( # Specifies the target library.
|
||||||
native-lib
|
native-lib
|
||||||
flatbuffers
|
flatbuffers
|
||||||
flatbuffers_tests
|
|
||||||
# Links the target library to the log library
|
# Links the target library to the log library
|
||||||
# included in the NDK.
|
# included in the NDK.
|
||||||
${log-lib} )
|
${log-lib} )
|
||||||
|
|||||||
@@ -48,26 +48,9 @@ set(FlatBuffers_Library_SRCS
|
|||||||
${FLATBUFFERS_SRC}/src/code_generators.cpp
|
${FLATBUFFERS_SRC}/src/code_generators.cpp
|
||||||
)
|
)
|
||||||
|
|
||||||
set(FlatBuffers_Test_SRCS
|
|
||||||
${FLATBUFFERS_SRC}/tests/test.cpp
|
|
||||||
${FLATBUFFERS_SRC}/tests/test_assert.h
|
|
||||||
${FLATBUFFERS_SRC}/tests/test_builder.h
|
|
||||||
${FLATBUFFERS_SRC}/tests/test_assert.cpp
|
|
||||||
${FLATBUFFERS_SRC}/tests/test_builder.cpp
|
|
||||||
${FLATBUFFERS_SRC}/tests/native_type_test_impl.h
|
|
||||||
${FLATBUFFERS_SRC}/tests/native_type_test_impl.cpp
|
|
||||||
)
|
|
||||||
|
|
||||||
add_library( # Sets the name of the library.
|
add_library( # Sets the name of the library.
|
||||||
flatbuffers
|
flatbuffers
|
||||||
|
|
||||||
${FlatBuffers_Library_SRCS}
|
${FlatBuffers_Library_SRCS}
|
||||||
${FlatBuffers_Test_SRCS}
|
|
||||||
${Generated_SRCS}
|
${Generated_SRCS}
|
||||||
)
|
)
|
||||||
|
|
||||||
add_library( # Sets the name of the library.
|
|
||||||
flatbuffers_tests
|
|
||||||
|
|
||||||
${FlatBuffers_Test_SRCS}
|
|
||||||
)
|
|
||||||
|
|||||||
Reference in New Issue
Block a user