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 280 was 280, checked in by Marek Rychlik, 9 years ago |
* empty log message *
|
File size:
878 bytes
|
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 (
|
---|
15 | ;(:file "ngrobner-tests-package")
|
---|
16 | (:file "utils-tests")
|
---|
17 | ;(:file "ngrobner-tests")
|
---|
18 | ;(:file "monomial-tests")
|
---|
19 | ;(:file "order-tests")
|
---|
20 | ;(:file "order-mk-tests")
|
---|
21 | ;(:file "term-tests")
|
---|
22 | ;(:file "termlist-tests")
|
---|
23 | ;(:file "polynomial-tests")
|
---|
24 | ;(:file "priority-queue-tests")
|
---|
25 | ;(:file "pair-queue-tests")
|
---|
26 | ;(:file "division-tests")
|
---|
27 | ;(:file "criterion-tests")
|
---|
28 | ;(:file "buchberger-tests")
|
---|
29 | ;(:file "gebauer-moeller-tests")
|
---|
30 | ;(:file "gb-postprocessing-tests")
|
---|
31 | ;(:file "ideal-tests")
|
---|
32 | )
|
---|
33 | )
|
---|
Note:
See
TracBrowser
for help on using the repository browser.
Download in other formats: