mirror of
https://gitlab.com/embeddable-common-lisp/ecl.git
synced 2026-01-25 05:51:55 -08:00
tests: rename 'bugs' to 'regressions'
Signed-off-by: Daniel Kochmański <daniel@turtleware.eu>
This commit is contained in:
parent
f768ad56e2
commit
dc89946ae5
56 changed files with 2 additions and 2 deletions
|
|
@ -4,7 +4,7 @@ all: show-fails
|
|||
|
||||
.PHONY: do-regressions cleanup clean-sources update
|
||||
|
||||
BUGS_FILES := $(shell find ../../src/tests/bugs/ -type f)
|
||||
BUGS_FILES := $(shell find ../../src/tests/regressions/ -type f)
|
||||
|
||||
regressions.log: config.lsp
|
||||
$(MAKE) do-regressions
|
||||
|
|
|
|||
|
|
@ -45,7 +45,7 @@
|
|||
|
||||
(defvar *test-name* (or (ext:getenv "TEST_NAME") "ecl"))
|
||||
(defvar *output-directory* *here*)
|
||||
(defvar *regressions-sources* (merge-pathnames "bugs/" *test-sources*))
|
||||
(defvar *regressions-sources* (merge-pathnames "regressions/" *test-sources*))
|
||||
(defvar *regressions-sandbox* (merge-pathnames "regressions/" *here*))
|
||||
(defvar *wild-inferiors* (make-pathname :name :wild
|
||||
:type :wild
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue