tests: CHECKED-COMPILE captures error output, returns Boolean
commitcb81b0d8dc3419b526442d26a452cdda38657e4e
authorJan Moringen <jmoringe@techfak.uni-bielefeld.de>
Sun, 20 Dec 2015 14:20:28 +0000 (20 15:20 +0100)
committerJan Moringen <jmoringe@techfak.uni-bielefeld.de>
Sun, 20 Dec 2015 17:13:46 +0000 (20 18:13 +0100)
tree86be9559e65d87b62e8594de0c13bf45da455c19
parent44786c970ab2ad6afa002b2d44e462282f72b11a
tests: CHECKED-COMPILE captures error output, returns Boolean

* Capturing error output prevents noise from errors signaled during
  compilation (as opposed to warnings and notes).

* CHECKED-COMPILE's second value is an actual Boolean instead of a
  generalized Boolean. This seems slightly cleaner and makes reading the
  printed representation of the return values much easier in case there
  is a list of warnings.
tests/test-util.lisp