diff options
Diffstat (limited to 'test/tools/llvm-cvtres/resource.test')
-rw-r--r-- | test/tools/llvm-cvtres/resource.test | 7 |
1 files changed, 7 insertions, 0 deletions
diff --git a/test/tools/llvm-cvtres/resource.test b/test/tools/llvm-cvtres/resource.test new file mode 100644 index 0000000000000..16970343c60dd --- /dev/null +++ b/test/tools/llvm-cvtres/resource.test @@ -0,0 +1,7 @@ +// The input was generated with the following command, using the original Windows +// rc.exe: +// > rc /fo test_resource.res /nologo test_resource.rc + +RUN: llvm-cvtres %p/Inputs/test_resource.res | FileCheck %s + +CHECK: Number of resources: 7 |