Skip to content

Commit a01cfbb

Browse files
committed
Check that library and include files are created
1 parent aa90123 commit a01cfbb

File tree

1 file changed

+13
-0
lines changed

1 file changed

+13
-0
lines changed

recipes/libnfs/meta.yaml

Lines changed: 13 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -19,6 +19,19 @@ requirements:
1919
- {{ stdlib('c') }}
2020
- cmake
2121

22+
test:
23+
commands:
24+
- test -f ${PREFIX}/lib/libnfs.so
25+
- test -f ${PREFIX}/include/nfsc/libnfs.h
26+
- test -f ${PREFIX}/include/nfsc/libnfs-raw.h
27+
- test -f ${PREFIX}/include/nfsc/libnfs-raw-mount.h
28+
- test -f ${PREFIX}/include/nfsc/libnfs-raw-nfs.h
29+
- test -f ${PREFIX}/include/nfsc/libnfs-raw-nfs4.h
30+
- test -f ${PREFIX}/include/nfsc/libnfs-raw-nlm.h
31+
- test -f ${PREFIX}/include/nfsc/libnfs-raw-nsm.h
32+
- test -f ${PREFIX}/include/nfsc/libnfs-raw-portmap.h
33+
- test -f ${PREFIX}/include/nfsc/libnfs-raw-rquota.h
34+
- test -f ${PREFIX}/include/nfsc/libnfs-zdr.h
2235
about:
2336
home: https://github.com/sahlberg/libnfs
2437
summary: 'LIBNFS is a client library for accessing NFS shares over a network.'

0 commit comments

Comments
 (0)