build: Update skip count in `tests/derivations.scm'.
* tests/derivations.scm: When %STORE if #f, skip 11 tests.
This commit is contained in:
parent
aca54b395e
commit
29833b26eb
@ -76,7 +76,7 @@
|
|||||||
(and (equal? b1 b2)
|
(and (equal? b1 b2)
|
||||||
(equal? d1 d2))))
|
(equal? d1 d2))))
|
||||||
|
|
||||||
(test-skip (if %store 0 4))
|
(test-skip (if %store 0 11))
|
||||||
|
|
||||||
(test-assert "add-to-store, flat"
|
(test-assert "add-to-store, flat"
|
||||||
(let* ((file (search-path %load-path "language/tree-il/spec.scm"))
|
(let* ((file (search-path %load-path "language/tree-il/spec.scm"))
|
||||||
|
Loading…
Reference in New Issue
Block a user