Commit f644fca
[Tests] Add test for CompileNativeAssembly per-file skip
Add CompileNativeAssemblySourcesSkipsUnchangedFiles integration test
that verifies on incremental CoreCLR builds, unchanged .ll files are
not recompiled by the CompileNativeAssembly task while changed .ll
files are still correctly compiled.
Co-authored-by: Copilot <223556219+Copilot@users.noreply.github.com>1 parent d2f07a1 commit f644fca
File tree
1 file changed
+32
-0
lines changed- src/Xamarin.Android.Build.Tasks/Tests/Xamarin.Android.Build.Tests
1 file changed
+32
-0
lines changedLines changed: 32 additions & 0 deletions
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
1289 | 1289 | | |
1290 | 1290 | | |
1291 | 1291 | | |
| 1292 | + | |
| 1293 | + | |
| 1294 | + | |
| 1295 | + | |
| 1296 | + | |
| 1297 | + | |
| 1298 | + | |
| 1299 | + | |
| 1300 | + | |
| 1301 | + | |
| 1302 | + | |
| 1303 | + | |
| 1304 | + | |
| 1305 | + | |
| 1306 | + | |
| 1307 | + | |
| 1308 | + | |
| 1309 | + | |
| 1310 | + | |
| 1311 | + | |
| 1312 | + | |
| 1313 | + | |
| 1314 | + | |
| 1315 | + | |
| 1316 | + | |
| 1317 | + | |
| 1318 | + | |
| 1319 | + | |
| 1320 | + | |
| 1321 | + | |
| 1322 | + | |
| 1323 | + | |
1292 | 1324 | | |
1293 | 1325 | | |
1294 | 1326 | | |
| |||
0 commit comments