Simpler suites list.
[fiveam.git] / fiveam-rt.asd
1 ;;;; -*- Mode: Lisp; indent-tabs-mode: nil -*-
2
3 (defsystem :fiveam-it
4   :author "Edward Marco Baringer <mb@bese.it>"
5
6   :depends-on (:fiveam)
7   :pathname "src/"
8   :components ((:file "rt")))
9
10 ;;;;@include "src/package.lisp"
11
12 ;;;;@include "t/example.lisp"