Tests marrays directly
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.
Showing
- data/array-tests.lisp 2 additions, 2 deletionsdata/array-tests.lisp
- gsll-tests.asd 5 additions, 2 deletionsgsll-tests.asd
- test-unit/augment.lisp 13 additions, 0 deletionstest-unit/augment.lisp
- test-unit/generate-tests.lisp 4 additions, 2 deletionstest-unit/generate-tests.lisp
- tests/vector-add.lisp 107 additions, 152 deletionstests/vector-add.lisp
Loading
Please register or sign in to comment