NXP: Fix BUCK paths after tests moved to generic_tests/#19212
NXP: Fix BUCK paths after tests moved to generic_tests/#19212rascani merged 1 commit intopytorch:mainfrom
Conversation
A previous change moved several NXP backend test files into a new generic_tests/ subdirectory but did not update the BUCK file. As a result the following buck targets failed to build with 'File not found' errors: - executorch/backends/nxp/tests:test_batch_norm_fusion - executorch/backends/nxp/tests:test_integration - executorch/backends/nxp/tests:test_neutron_backend - executorch/backends/nxp/tests:test_qdq_clustering_conv - executorch/backends/nxp/tests:test_quantizer Update the srcs paths to point at the new generic_tests/ locations. This PR was authored with Claude.
🔗 Helpful Links🧪 See artifacts and rendered test results at hud.pytorch.org/pr/pytorch/executorch/19212
Note: Links to docs will display an error until the docs builds have been completed. ❗ 1 Active SEVsThere are 1 currently active SEVs. If your PR is affected, please view them below: ⏳ No Failures, 55 PendingAs of commit ee62695 with merge base d9688da ( This comment was automatically generated by Dr. CI and updates every 15 minutes. |
This PR needs a
|
Summary
A previous change moved several NXP backend test files into a new generic_tests/ subdirectory but did not update the BUCK file. As a result the following buck targets failed to build with 'File not found' errors:
Update the srcs paths to point at the new generic_tests/ locations.