test/run.lisp @ 4bbec114ea86

Add sketchy ring buffer implementation
author Steve Losh <steve@stevelosh.com>
date Fri, 09 Apr 2021 19:48:53 -0402
parents 566c907b762a
children (none)
#+ecl (setf compiler:*user-cc-flags* "-Wno-shift-negative-value")

(ql:quickload :losh)
(time (asdf:test-system :losh))
(quit)