close Warning: Can't synchronize with repository "(default)" (The repository directory has changed, you should resynchronize the repository with: trac-admin $ENV repository resync '(default)'). Look in the Trac log for more information.

Changeset 290


Ignore:
Timestamp:
2015-06-05T21:05:24-07:00 (9 years ago)
Author:
Marek Rychlik
Message:

* empty log message *

File:
1 edited

Legend:

Unmodified
Added
Removed
  • branches/f4grobner/utils-tests.lisp

    r289 r290  
    11(load "~/quicklisp/setup")
    22(ql:quickload :fiveam)
     3(ql:quickload :ngrobner)
    34
    45(defpackage :it.bese.fiveam.utils-tests
     
    1314(in-suite utils-suite)
    1415
     16#+nil
    1517(test dummy-test
    1618  "Makelist"
     
    2224  (is (= 0 (+ 1 1)) "this should have failed"))
    2325
     26(test makelist
     27  (is (equal (makelist-1 (* 2 i) i 0 10) (0 2 4 6 8 10 12 14 16 18 20)))
     28  )
     29
    2430(run!)
Note: See TracChangeset for help on using the changeset viewer.