Coverage report: /home/ellis/comp/core/lib/syn/tests/lang/c.lisp

KindCoveredAll%
expression06 0.0
branch00nil
Key
Not instrumented
Conditionalized out
Executed
Not executed
 
Both branches taken
One branch taken
Neither branch taken
1
 ;;; c.lisp --- C Lang Tests
2
 
3
 ;; 
4
 
5
 ;;; Code:
6
 (in-package :syn/tests/lang)
7
 (defpackage :syn/tests/lang/c
8
   (:use :cl :syn/tests/lang :syn/lang/c :rt :syn/ts))
9
 
10
 (in-package :syn/tests/lang/c)
11
 (defsuite :syn/lang/c)
12
 (in-suite :syn/lang/c)
13
 (deftest c-src ()
14
   (istype 'cons (parse-file :c (asdf:system-relative-pathname :tree-sitter "alien.c"))))