Index: tests.scm ================================================================== --- tests.scm +++ tests.scm @@ -1,5 +1,20 @@ +;;====================================================================== +;; Copyright 2006-2012, Matthew Welland. +;; +;; This program is made available under the GNU GPL version 2.0 or +;; greater. See the accompanying file COPYING for details. +;; +;; This program is distributed WITHOUT ANY WARRANTY; without even the +;; implied warranty of MERCHANTABILITY or FITNESS FOR A PARTICULAR +;; PURPOSE. +;;====================================================================== + +;;====================================================================== +;; Tests +;;====================================================================== + (use sqlite3 srfi-1 posix regex regex-case srfi-69 dot-locking tcp rpc) (import (prefix sqlite3 sqlite3:)) (import (prefix rpc rpc:)) (declare (unit tests))