tests: actually run clos tests and fix one of the tests

This commit is contained in:
Marius Gerbershagen 2023-02-16 20:03:39 +01:00
parent a5cb93d311
commit 357c860f1a
2 changed files with 3 additions and 2 deletions

View file

@ -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))

View file

@ -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)