File: package.lisp

package info (click to toggle)
cl-local-time 20180228-1.1
  • links: PTS, VCS
  • area: main
  • in suites: bookworm, bullseye, forky, sid, trixie
  • size: 2,736 kB
  • sloc: lisp: 2,393; sh: 220; makefile: 22
file content (13 lines) | stat: -rw-r--r-- 266 bytes parent folder | download | duplicates (4)
1
2
3
4
5
6
7
8
9
10
11
12
13
(cl:in-package :cl-user)

(defpackage :local-time.test
  (:use :alexandria
        :common-lisp
        :stefil
        :local-time))

(in-package :local-time.test)

(defsuite* (test :in root-suite) ()
  (local-time::reread-timezone-repository)
  (run-child-tests))