nvpro-samples / nvpro_core

shared source code and resources needed for the samples to run
Apache License 2.0
473 stars 113 forks source link

Test of pull request validation system #29

Closed Nbickford closed 3 years ago

Nbickford commented 3 years ago

This pull request was made to test a system that validates pull requests to nvpro_core. It can be ignored, as it will be closed shortly.

This is an intentionally invalid pull request: it creates a syntax error in cadscenefile.h. The effect is that nvpro_core will still compile, but nvpro-samples projects that use cadscenefile.h will fail to compile. The system should reject this as a result. This should help with the reliability of the public repository by ensuring that compilation issues are detected faster.

Thanks.