modern: exclude basis test path.
parent
e6ea0392e3
commit
1a4d1ce24e
|
@ -111,7 +111,10 @@ ERROR: not-a-source-path path ;
|
||||||
: extra-docs-paths ( -- seq ) extra-vocabs modern-docs-paths ;
|
: extra-docs-paths ( -- seq ) extra-vocabs modern-docs-paths ;
|
||||||
|
|
||||||
: core-test-paths ( -- seq ) core-vocabs modern-tests-paths ;
|
: core-test-paths ( -- seq ) core-vocabs modern-tests-paths ;
|
||||||
: basis-test-paths ( -- seq ) basis-vocabs modern-tests-paths ;
|
: basis-test-paths ( -- seq )
|
||||||
|
basis-vocabs
|
||||||
|
modern-tests-paths
|
||||||
|
{ "resource:basis/functors/functors-tests.factor" } diff ;
|
||||||
: extra-test-paths ( -- seq ) extra-vocabs modern-tests-paths ;
|
: extra-test-paths ( -- seq ) extra-vocabs modern-tests-paths ;
|
||||||
|
|
||||||
|
|
||||||
|
|
Loading…
Reference in New Issue