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.
Last change
on this file since 328 was 284, checked in by Marek Rychlik, 9 years ago |
* empty log message *
|
File size:
910 bytes
|
Rev | Line | |
---|
[279] | 1 | ;;; -*- mode: lisp -*-
|
---|
| 2 | (in-package :cl-user)
|
---|
| 3 |
|
---|
| 4 | #+sbcl(require :asdf)
|
---|
| 5 |
|
---|
| 6 | (defpackage #:ngrobner-tests-system
|
---|
| 7 | (:use #:asdf #:cl))
|
---|
| 8 |
|
---|
| 9 | (in-package #:ngrobner-tests-system)
|
---|
| 10 |
|
---|
[283] | 11 | (defsystem ngrobner-tests
|
---|
[279] | 12 | :author "Marek Rychlik"
|
---|
| 13 | :licence "LLGPL"
|
---|
[284] | 14 | :depends-on (:fiveam)
|
---|
[280] | 15 | :components (
|
---|
| 16 | ;(:file "ngrobner-tests-package")
|
---|
[279] | 17 | (:file "utils-tests")
|
---|
[280] | 18 | ;(:file "ngrobner-tests")
|
---|
| 19 | ;(:file "monomial-tests")
|
---|
| 20 | ;(:file "order-tests")
|
---|
| 21 | ;(:file "order-mk-tests")
|
---|
| 22 | ;(:file "term-tests")
|
---|
| 23 | ;(:file "termlist-tests")
|
---|
| 24 | ;(:file "polynomial-tests")
|
---|
| 25 | ;(:file "priority-queue-tests")
|
---|
| 26 | ;(:file "pair-queue-tests")
|
---|
| 27 | ;(:file "division-tests")
|
---|
| 28 | ;(:file "criterion-tests")
|
---|
| 29 | ;(:file "buchberger-tests")
|
---|
| 30 | ;(:file "gebauer-moeller-tests")
|
---|
| 31 | ;(:file "gb-postprocessing-tests")
|
---|
| 32 | ;(:file "ideal-tests")
|
---|
[279] | 33 | )
|
---|
| 34 | )
|
---|
Note:
See
TracBrowser
for help on using the repository browser.
Download in other formats: