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

Add extra tests. #3134

Merged
merged 1 commit into from
Feb 17, 2025
Merged

Add extra tests. #3134

merged 1 commit into from
Feb 17, 2025

Conversation

adetaylor
Copy link
Contributor

These files aspects of bindgen behavior which may not be generally useful to most consumers but are more important to downstream postprocessors such as autocxx.

One of them tests enums embedded within classes, and the other tests various types of C++ constructor.

A later PR will aim to add callbacks indicating which type of C++ constructor it is, but for now, this is just a test to ensure they're all generated OK.

Part of google/autocxx#124.

These files aspects of bindgen behavior which may not be generally useful to
most consumers but are more important to downstream postprocessors such as
autocxx.

One of them tests enums embedded within classes, and the other tests various
types of C++ constructor.

Part of google/autocxx#124.
@adetaylor adetaylor mentioned this pull request Feb 16, 2025
8 tasks
@emilio emilio added this pull request to the merge queue Feb 17, 2025
Merged via the queue into rust-lang:main with commit 61603fc Feb 17, 2025
34 checks passed
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

2 participants