summaryrefslogtreecommitdiff
path: root/third-party/s-base64/test/all-tests.lisp
blob: ad2fdeca0e61f0c6b425b6fc4e8cf51cf47b8023 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
;;;; -*- mode: lisp -*-
;;;;
;;;; $Id: all-tests.lisp,v 1.2 2004/06/17 19:43:11 rschlatte Exp $
;;;;
;;;; Load and execute all unit and functional tests
;;;;
;;;; Copyright (C) 2002-2005 Sven Van Caekenberghe, Beta Nine BVBA.
;;;;
;;;; You are granted the rights to distribute and use this software
;;;; as governed by the terms of the Lisp Lesser General Public License
;;;; (http://opensource.franz.com/preamble.html), also known as the LLGPL.

(load (merge-pathnames "test-base64" *load-pathname*) :verbose t)

;;;; eof