changelog shortlog graph tags branches changeset files revisions annotate raw help

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

changeset 567: 32995daa9a07
parent: cf0c1933289f
author: Richard Westhaver <ellis@rwest.io>
date: Mon, 29 Jul 2024 20:55:09 -0400
permissions: -rw-r--r--
description: skel and cli updates
1 ;;; tests.lisp --- Apache Arrow FFI Tests
2 
3 ;;
4 
5 ;;; Code:
6 (defpackage :arrow/tests
7  (:use :cl :std :sb-alien :rt :arrow))
8 (in-package :arrow/tests)
9 (defsuite :arrow)
10 (in-suite :arrow)
11 (load-arrow)
12 
13 (deftest sanity ())