Use run-resource for code distributed with Factor; run-file is for user code.
parent
ddf5008e02
commit
1fe3f6d0ee
|
@ -4,4 +4,4 @@ IN: scratchpad
|
||||||
{
|
{
|
||||||
"utils"
|
"utils"
|
||||||
"random-tester"
|
"random-tester"
|
||||||
} [ "contrib/random-tester/" swap ".factor" append3 run-file ] each
|
} [ "/contrib/random-tester/" swap ".factor" append3 run-resource ] each
|
||||||
|
|
Loading…
Reference in New Issue