8d8cecf213666672ce62d260801332a6d9a7adf4
[clnl] / .candle
1 (:packages :clnl :clnl-test :clnl-extension-cli :sheep :wolf)
2 (:name :clnls
3  :tasks
4  ((:name :test :directions
5    (progn
6     (when (eql :aws candle:*environment*)
7      (sb-ext:run-program "/usr/bin/Xvfb" (list "-screen" "0" "1280x1024x24") :wait nil)
8      (setf (asdf::getenv "DISPLAY") ":0")
9      (setf clnl-gltk-test::*checksum-location* "resources/clnl-gltk/silent.lisp"))
10     (every #'identity
11      (list
12       (strictmath-test:run-all-tests)
13       (clnl-gltk-test:run-all-tests)
14       (clnl-test:run-all-tests)))))
15   (:name :wolf :directions
16    (wolf:pretty-print-check-directory "src"))
17   (:name :sheep :directions
18    (sheep:pretty-print-validate-packages
19     :strictmath :clnl-gltk
20     :clnl :clnl-parser :clnl-random :clnl-transpiler :clnl-nvm
21     :clnl-lexer :clnl-interface :clnl-model :clnl-code-parser
22     :clnl-extensions :clnl-extension-cli))))
23 ; vim:ft=lisp