test-new-factor ( path branch/checksum -- )


Vocabulary
zealot.factor

Inputs
pathan object
branch/checksuman object


Outputs
None

Definition


: test-new-factor ( path branch/checksum -- )
{
[
"ZEALOT LOADING ROOTS" print flush drop
zealot-load-commands
]
[
"ZEALOT TESTING ROOTS" print flush drop
zealot-test-commands
]
} 2cleave ;