changelog shortlog graph tags branches changeset files revisions annotate raw help

Mercurial > core / lisp/lib/web/tests.lisp

changeset 664: 4d8451fe5423
author: Richard Westhaver <ellis@rwest.io>
date: Sun, 22 Sep 2024 01:02:49 -0400
permissions: -rw-r--r--
description: moved web to lib/web, added dat/css
1 ;;; tests.lisp --- Web Tests
2 
3 ;;
4 
5 ;;; Code:
6 (defpackage :web/tests
7  (:use :cl :std :rt :web/wasm/binary :web/wasm/text :web/sys))
8 (in-package :web/tests)
9 (defsuite :web)
10 (in-suite :web)