Skip to content

Commit 384ac37

Browse files
committed
Add test
1 parent 35d4939 commit 384ac37

File tree

1 file changed

+12
-1
lines changed

1 file changed

+12
-1
lines changed

recipes/woff2/recipe.yaml

Lines changed: 12 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -29,12 +29,23 @@ requirements:
2929
- ${{ compiler('c') }}
3030
- ${{ compiler('cxx') }}
3131
- ${{ stdlib('c') }}
32-
- cmake<=3.31.6
32+
- cmake <=3.31.6
3333
- ninja
3434
- pkg-config
3535
host:
3636
- brotli
3737

38+
tests:
39+
- package_contents:
40+
include:
41+
- woff2/decode.h
42+
- woff2/encode.h
43+
- woff2/output.h
44+
files:
45+
- bin/woff2_compress
46+
- bin/woff2_decompress
47+
- bin/woff2_info
48+
3849
about:
3950
homepage: https://github.com/google/woff2
4051
summary: Web Open Font Format 2.0 library

0 commit comments

Comments
 (0)