mirror of
https://gitlab.com/embeddable-common-lisp/ecl.git
synced 2026-01-28 07:22:27 -08:00
tests: actually run clos tests and fix one of the tests
This commit is contained in:
parent
a5cb93d311
commit
357c860f1a
2 changed files with 3 additions and 2 deletions
|
|
@ -22,7 +22,8 @@
|
|||
;;;; Declare the suites
|
||||
(suite 'make-check
|
||||
'(executable ieee-fp eprocess package-ext hash-tables ansi+ mixed
|
||||
cmp emb ffi mop run-program mp complex wscl #+unicode unicode))
|
||||
cmp emb ffi mop run-program mp complex wscl #+unicode unicode
|
||||
#+clos clos))
|
||||
|
||||
(suite 'ecl-tests
|
||||
'(make-check eformat))
|
||||
|
|
|
|||
|
|
@ -44,7 +44,7 @@
|
|||
((method-list *))
|
||||
(:arguments &whole args)
|
||||
(:generic-function gf)
|
||||
`(list ,gf ,args))
|
||||
`(list* ,gf ,args))
|
||||
(defgeneric f1 (a &key key-1)
|
||||
(:method-combination combin)
|
||||
(:method (a &key key-1 key-2)
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue