File: dlist.lisp

package info (click to toggle)
cl-containers 20150923-1
  • links: PTS, VCS
  • area: main
  • in suites: stretch
  • size: 1,076 kB
  • sloc: lisp: 8,341; makefile: 14
file content (10 lines) | stat: -rw-r--r-- 232 bytes parent folder | download | duplicates (4)
1
2
3
4
5
6
7
8
9
10
(in-package #:cl-containers-test)

(deftestsuite test-dlist-container (cl-containers-test)
  ())

(addtest (test-dlist-container
	  :documentation "case 207")
  test-size
  (ensure-same (size (make-container 'dlist-container)) 0))