[OpenACC] Implement 'collapse' for combined constructs.
[llvm-project.git] / llvm / test / tools / llvm-mt / notify_update.test
blobf3461b3ec8fc54c4fb42e90e74e2543253cdc08c
1 REQUIRES: libxml2
2 UNSUPPORTED: system-windows
4 Exits normally without /notify_update
5 RUN: llvm-mt /manifest %p/Inputs/test_manifest.manifest /out:%t.manifest
6 RUN: rm -f %t.manifest
8 We can't check exit code so all we can do is see if not considered it as a failure
10 File didn't exist previously so it's an update
11 RUN: not llvm-mt /manifest %p/Inputs/test_manifest.manifest /out:%t.manifest /notify_update
12 RUN: llvm-mt /manifest %p/Inputs/test_manifest.manifest /out:%t.manifest /notify_update
14 New manifest, so it's an update
15 RUN: not llvm-mt /manifest %p/Inputs/additional.manifest /out:%t.manifest /notify_update
16 RUN: llvm-mt /manifest %p/Inputs/additional.manifest /out:%t.manifest /notify_update