tools.deploy: add test for formatting vocab
parent
e90fd3b942
commit
cd39ab0d10
|
|
@ -0,0 +1,7 @@
|
||||||
|
USING: formatting ;
|
||||||
|
IN: tools.deploy.test.21
|
||||||
|
|
||||||
|
: formatting-test ( -- )
|
||||||
|
1 2 3 "%d %d %d" printf ;
|
||||||
|
|
||||||
|
MAIN: formatting-test
|
||||||
|
|
@ -0,0 +1,15 @@
|
||||||
|
USING: tools.deploy.config ;
|
||||||
|
H{
|
||||||
|
{ deploy-name "tools.deploy.test.21" }
|
||||||
|
{ deploy-ui? f }
|
||||||
|
{ deploy-c-types? f }
|
||||||
|
{ deploy-console? t }
|
||||||
|
{ deploy-unicode? f }
|
||||||
|
{ "stop-after-last-window?" t }
|
||||||
|
{ deploy-io 2 }
|
||||||
|
{ deploy-reflection 1 }
|
||||||
|
{ deploy-word-props? f }
|
||||||
|
{ deploy-math? t }
|
||||||
|
{ deploy-threads? t }
|
||||||
|
{ deploy-word-defs? f }
|
||||||
|
}
|
||||||
Loading…
Reference in New Issue