File tree Expand file tree Collapse file tree 1 file changed +13
-0
lines changed Expand file tree Collapse file tree 1 file changed +13
-0
lines changed Original file line number Diff line number Diff line change @@ -19,6 +19,19 @@ requirements:
19
19
- {{ stdlib('c') }}
20
20
- cmake
21
21
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
22
35
about :
23
36
home : https://github.com/sahlberg/libnfs
24
37
summary : ' LIBNFS is a client library for accessing NFS shares over a network.'
You can’t perform that action at this time.
0 commit comments