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

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

* empty log message *

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