3 # This software is part of the SBCL system. See the README file for
6 # While most of SBCL is derived from the CMU CL system, the test
7 # files (like this one) were written from scratch after the fork
10 # This software is in the public domain and is provided with
11 # absolutely no warranty. See the COPYING and CREDITS files for
14 if [ "$1" = "--help" ] ||
[ -z "$1" ]; then
16 Find test cases whose names match a given string.
18 Usage: $0 [OPTIONS] STRING
22 --fuzzy Enable substring matching, disregard packages.
31 run_sbcl
--script find-tests.lisp $
*