changelog shortlog graph tags branches changeset files revisions annotate raw help

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

changeset 474: ea3b643a27a3
author: Richard Westhaver <ellis@rwest.io>
date: Mon, 24 Jun 2024 20:17:39 -0400
permissions: -rw-r--r--
description: init glib and gstreamer FFI
1 ;;; tests.lisp --- Glib FFI Tests
2 
3 ;;
4 
5 ;;; Code:
6 (defpackage :glib/tests
7  (:use :cl :std :sb-alien :rt :glib))
8 (in-package :glib/tests)
9 (defsuite :glib)
10 (in-suite :glib)
11 (deftest sanity ())