Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Added cmake build files for the conformance test runner. #5078

Merged
merged 2 commits into from
Sep 2, 2018

Conversation

haberman
Copy link
Member

I want to use the conformance tests from upb, which is switching
to CMake.

I want to use the conformance tests from upb, which is switching
to CMake.
@@ -218,6 +219,10 @@ if (protobuf_BUILD_TESTS)
include(tests.cmake)
endif (protobuf_BUILD_TESTS)

if (protobuf_BUILD_CONFORMANCE)
include(conformance.cmake)
Copy link
Contributor

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

This new file needs to be included in the toplevel Makefile.am file for the make dist test to pass.

Copy link
Member Author

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Done.

@haberman
Copy link
Member Author

I think the Kokoro failure is unrelated.

@xfxyjwf xfxyjwf self-assigned this Aug 29, 2018
@haberman haberman merged commit d340bdf into protocolbuffers:master Sep 2, 2018
@haberman haberman deleted the conformance-cmake branch January 2, 2019 23:19
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

Successfully merging this pull request may close these issues.

3 participants