Skip to content
  • Liam Healy's avatar
    Tests marrays directly · 64a0b6c2
    Liam Healy authored
    Thanks to Malcolm Reynolds and Tom Hermann, lisp-unit:numerical-equal
    is now a generic function, so in the new file test-unit/augment.lisp,
    a method has been defined to work on marrays.  This now permits the
    direct comparison in tests of marrays, rather than looking at their CL
    equivalent with cl-array.  So far the only test changed is
    vector-add.
    64a0b6c2