Fix regression where turning images over turned them black
[phoros.git] / phoros-test.asd
blob0cd8bbad90a415f983ec13ecf1d851f646642ca5
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                :rt))                  ;TODO: use sb-rt where available