Commit c65d8da
authored
NXP: Fix BUCK paths after tests moved to generic_tests/ (#19212)
### 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:
- 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.1 parent 0139303 commit c65d8da
1 file changed
Lines changed: 5 additions & 5 deletions
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
33 | 33 | | |
34 | 34 | | |
35 | 35 | | |
36 | | - | |
| 36 | + | |
37 | 37 | | |
38 | 38 | | |
39 | 39 | | |
| |||
47 | 47 | | |
48 | 48 | | |
49 | 49 | | |
50 | | - | |
| 50 | + | |
51 | 51 | | |
52 | 52 | | |
53 | 53 | | |
| |||
69 | 69 | | |
70 | 70 | | |
71 | 71 | | |
72 | | - | |
| 72 | + | |
73 | 73 | | |
74 | 74 | | |
75 | 75 | | |
| |||
84 | 84 | | |
85 | 85 | | |
86 | 86 | | |
87 | | - | |
| 87 | + | |
88 | 88 | | |
89 | 89 | | |
90 | 90 | | |
| |||
95 | 95 | | |
96 | 96 | | |
97 | 97 | | |
98 | | - | |
| 98 | + | |
99 | 99 | | |
100 | 100 | | |
101 | 101 | | |
| |||
0 commit comments