File: dummy.lisp

package info (click to toggle)
cl-plus-ssl 20220328.git8b91648-7
  • links: PTS, VCS
  • area: main
  • in suites: forky, sid
  • size: 616 kB
  • sloc: lisp: 3,745; sh: 79; makefile: 8
file content (11 lines) | stat: -rw-r--r-- 354 bytes parent folder | download | duplicates (8)
1
2
3
4
5
6
7
8
9
10
11
;;;; -*- Mode: LISP; Syntax: COMMON-LISP; indent-tabs-mode: nil; coding: utf-8; show-trailing-whitespace: t -*-

(in-package :cl+ssl.test)

(in-suite :cl+ssl)

(test (sanity-check.1 :compile-at :definition-time)
  (is-true t "SANITY CHECK: T isn't T"))

(test (sanity-check.2 :compile-at :definition-time)
  (is-false nil "SANITY CHECK: NIL isn't NIL"))