Coverage report: /home/ellis/comp/core/ffi/keyutils/pkg.lisp
Kind | Covered | All | % |
expression | 1 | 3 | 33.3 |
branch | 0 | 0 | nil |
Key
Not instrumented
Conditionalized out
Executed
Not executed
Both branches taken
One branch taken
Neither branch taken
1
;;; pkg.lisp --- low-level bindings to libkeyutils
3
;; key utility library interface
5
;; ref: https://man7.org/linux/man-pages/man7/keyutils.7.html
13
(:use :cl :std :sb-alien)
16
:keyutils-version-string
17
:keyutils-build-string
23
(in-package :keyutils)
24
(define-alien-loader keyutils "/usr/lib/")