changelog shortlog graph tags branches changeset files revisions annotate raw help

Mercurial > core / lisp/ffi/xkb/tests.lisp

changeset 149: 2d1fe1d7b738
parent: 7ed6bc70ca20
child: 29fe829a7ac3
author: ellis <ellis@rwest.io>
date: Sat, 30 Dec 2023 20:50:15 -0500
permissions: -rw-r--r--
description: ffi update to support darwin, smh
1 (defpackage :xkb/tests
2  (:use :cl :rt :std :xkb))
3 (in-package :xkb/tests)
4 (defsuite :xkb)
5 (in-suite :xkb)
6 
7 (load-xkbcommon)
8 
9 (deftest xkb-basic ()
10  (is (= xkb:xkb-keysym-max 536870911)))