Fix RUNE-EQUAL, add tests.
[iolib.git] / tests / defsuites.lisp
blobe06815fa96fa3692a8f982f958f8ca18deefb10f
1 ;;;; -*- Mode: Lisp; Syntax: ANSI-Common-Lisp; indent-tabs-mode: nil -*-
2 ;;;
3 ;;; --- Main test suite definition.
4 ;;;
6 (in-package :iolib-tests)
8 (def-suite :iolib
9 :description "Main test suite for IOLib.")
11 (def-suite :iolib.base :in :iolib)
13 (def-suite :iolib.base.runes :in :iolib.base)
14 (def-suite :iolib.base.rods :in :iolib.base)
16 (def-suite :iolib.pathnames :in :iolib)
18 (def-suite :iolib.multiplex :in :iolib)
20 (def-suite :iolib.streams :in :iolib)
22 (def-suite :iolib.sockets :in :iolib)