/tests/threads.lisp

http://github.com/sykopomp/chanl · Lisp · 11 lines · 3 code · 3 blank · 5 comment · 0 complexity · 1e6c10ac7f5f8724d03e96149c749559 MD5 · raw file

  1. ;;;; -*- Mode: Lisp; Syntax: ANSI-Common-Lisp; Base: 10; indent-tabs-mode: nil -*-
  2. ;;;;
  3. ;;;; Copyright Š 2009 Kat Marchan, Adlai Chandrasekhar
  4. ;;;;
  5. ;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;
  6. (in-package :chanl)
  7. (def-suite threads :in chanl)
  8. (in-suite threads)