aboutsummaryrefslogtreecommitdiffstats
path: root/xfdf-test.asd
blob: dce04aaface4fbb7d6bf6f6f7b0d157f8a45de60 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
(asdf:defsystem xfdf-test
  :description "Test suite for xfdf"
  :version "0.0.1"
  :license "GPL-3.0-or-later"
  :author "Teddy Wing"

  :depends-on (:1am
               :xfdf)

  :components ((:module "test"
                :serial t
                :components ((:file "xfdf"))))

  :perform (test-op
             (op system)
             (symbol-call :1am :run)))