Changeset 3564


Ignore:
Timestamp:
09/03/03 23:27:37 (20 years ago)
Author:
piso
Message:

More tests.

File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/j/src/org/armedbear/lisp/rt.lisp

    r3553 r3564  
    22;;;
    33;;; Copyright (C) 2003 Peter Graves
    4 ;;; $Id: rt.lisp,v 1.107 2003-09-02 16:16:55 piso Exp $
     4;;; $Id: rt.lisp,v 1.108 2003-09-03 23:27:37 piso Exp $
    55;;;
    66;;; This program is free software; you can redistribute it and/or
     
    131131  (let ((rt::*passed* 0) (rt::*failed* 0)
    132132        (suffix ".lsp")
    133         (tests (or args (list "acons"
     133        (tests (or args (list "abs"
     134                              "acons"
    134135                              "adjoin"
    135136                              "and"
     
    198199                              "elt"
    199200                              "endp"
     201                              "epsilons"
    200202                              "eql"
    201203                              "equal"
     
    206208                              "evenp"
    207209                              "every"
     210                              "expt"
    208211                              "fboundp"
    209212                              "fceiling"
     
    225228                              "function-lambda-expression"
    226229                              "functionp"
     230                              "gcd"
    227231                              "gensym"
    228232                              "get-properties"
     
    278282                              "mapl"
    279283                              "maplist"
     284                              "max"
    280285                              "member"
    281286                              "member-if"
    282287                              "member-if-not"
    283288                              "merge"
     289                              "min"
     290                              "minus"
     291                              "minusp"
    284292                              "mismatch"
    285293                              "multiple-value-bind"
     
    315323                              "nunion"
    316324                              "oddp"
     325                              "oneminus"
     326                              "oneplus"
    317327                              "or"
    318328                              "packages"
    319329                              "pairlis"
    320330                              "places"
     331                              "plus"
     332                              "plusp"
    321333                              "pop"
    322334                              "position"
     
    335347                              "rassoc-if"
    336348                              "rassoc-if-not"
     349                              "rational"
     350                              "rationalize"
    337351                              "reduce"
    338352                              "remf"
     
    388402                              "tagbody"
    389403                              "tailp"
     404                              "times"
    390405                              "tree-equal"
    391406                              "truncate"
Note: See TracChangeset for help on using the changeset viewer.