Handle errors on pathologic photogrammetry input
[phoros.git] / phoros-test.asd
blob2d750fbd8847702d5fa285e42fd63488ca3f6eae
1 (defsystem :phoros-test
2   :description "PHOROS tests"
3   :author "Bert Burgemeister"
4   :maintainer "Bert Burgemeister"
5   :licence "GPL"
6   :serial t
7   :components ((:file "test"))
8   :depends-on (:phoros
9                #+sbcl :sb-rt
10                #-sbcl :sb))