Lines Matching +full:runs +full:- +full:on
5 ;;;; http://www.apache.org/licenses/LICENSE-2.0
8 ;;;; distributed under the License is distributed on an "AS IS" BASIS,
13 ;;;; This file is used to build the binary that runs all self-tests. The
15 ;;;; but can easily be run on its own as well.
17 (in-package #:cl-user)
20 (load (merge-pathnames "../load-locally.lisp" *load-truename*))
21 (asdf:load-asd (merge-pathnames "../lib/de.setf.thrift-backport-update/test/thrift-test.asd" *load-…
22 (asdf:load-system :thrift-test)
24 (require "sb-grovel") ;; necessary for :net.didierverna.clon.termio
25 (asdf:load-asd (first (directory (merge-pathnames "../externals/software/clon-*/termio/net.didierve…
26 *load-truename*))))
27 (asdf:load-system :net.didierverna.clon)
29 (net.didierverna.clon:nickname-package)
32 (let ((result (if (fiasco:run-tests 'thrift-test) 0 -1)))
35 (clon:dump "run-tests" main)