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.
Line | |
---|
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 |
|
---|
11 | (defsystem ngrobner
|
---|
12 | :author "Marek Rychlik"
|
---|
13 | :licence "LLGPL"
|
---|
14 | :components ((:file "ngrobner-tests-package")
|
---|
15 | (:file "utils-tests")
|
---|
16 | (:file "ngrobner-tests")
|
---|
17 | (:file "monomial-tests")
|
---|
18 | (:file "order-tests")
|
---|
19 | (:file "order-mk-tests")
|
---|
20 | (:file "term-tests")
|
---|
21 | (:file "termlist-tests")
|
---|
22 | (:file "polynomial-tests")
|
---|
23 | (:file "priority-queue-tests")
|
---|
24 | (:file "pair-queue-tests")
|
---|
25 | (:file "division-tests")
|
---|
26 | (:file "criterion-tests")
|
---|
27 | (:file "buchberger-tests")
|
---|
28 | (:file "gebauer-moeller-tests")
|
---|
29 | (:file "gb-postprocessing-tests")
|
---|
30 | (:file "ideal-tests")
|
---|
31 | )
|
---|
32 | )
|
---|
Note:
See
TracBrowser
for help on using the repository browser.
Download in other formats: