Changeset 346 for branches/f4grobner
- Timestamp:
- 2015-06-06T12:19:23-07:00 (9 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
branches/f4grobner/utils-tests.lisp
r345 r346 78 78 (is (equalp (ngrobner::make-monom 3 :initial-contents '(1 2 3)) #(1 2 3)) "Monomial with powers 1,2,3")) 79 79 80 (run 'utils-suite) 80 (run! 'utils-suite) 81 (format t "All tests done!~%") 81 82 82 83
Note:
See TracChangeset
for help on using the changeset viewer.