Merge remote-tracking branch 'origin/master' into modern-harvey3
commit
4b10899bc8
|
@ -123,6 +123,7 @@ H{
|
|||
{ "@" id }
|
||||
{ "#" Class }
|
||||
{ ":" SEL }
|
||||
{ "(" c:void* }
|
||||
}
|
||||
cell {
|
||||
{ 4 [ H{
|
||||
|
|
|
@ -1,13 +1,9 @@
|
|||
! Copyright (C) 2018 Doug Coleman.
|
||||
! See http://factorcode.org/license.txt for BSD license.
|
||||
USING: kernel sequences tools.test vocabs zealot.factor ;
|
||||
USING: kernel sequences tools.test.private vocabs zealot.factor ;
|
||||
IN: zealot.cli-test-changed-vocabs
|
||||
|
||||
: zealot-test-changed-vocabs ( -- )
|
||||
ci-vocabs-to-test [
|
||||
[ require ] each
|
||||
] [
|
||||
[ test ] each
|
||||
] bi ;
|
||||
ci-vocabs-to-test [ [ require ] [ test-vocab ] bi ] each ;
|
||||
|
||||
MAIN: zealot-test-changed-vocabs
|
||||
|
|
Loading…
Reference in New Issue