modern: exclude basis test path.

modern-harvey2
Doug Coleman 2017-08-27 14:02:18 -05:00
parent e6ea0392e3
commit 1a4d1ce24e
1 changed files with 4 additions and 1 deletions

View File

@ -111,7 +111,10 @@ ERROR: not-a-source-path path ;
: extra-docs-paths ( -- seq ) extra-vocabs modern-docs-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 ;