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.

source: branches/f4grobner/5am-all.lisp@ 4164

Last change on this file since 4164 was 4164, checked in by Marek Rychlik, 8 years ago

* empty log message *

File size: 176 bytes
Line 
1;; Load this to run all 5-am tests written
2(dolist (f '("5am-monom"
3 "5am-poly"
4 "5am-symbolic-poly"
5 "5am-infix-print"
6 "5am-pair-queue"))
7 (load f))
Note: See TracBrowser for help on using the repository browser.