On Fri, Sep 21, 2012 at 10:27 PM, Logan Bell <[email protected]> wrote:
> You mention there is work to be done with duplicating test files, could you
> give an example as to which tests need to be ported or duplicated?
To migrate the core tests for Hash, we would perform the following copy
operations:
$REPOS/core/Lucy/Test/Object/TestHash.cfh
=> $REPOS/clownfish/runtime/core/Clownfish/Test/TestHash.cfh
$REPOS/core/Lucy/Test/Object/TestHash.c
=> $REPOS/clownfish/runtime/core/Clownfish/Test/TestHash.c
$REPOS/perl/t/core/017-hash.t
=> $REPOS/clownfish/runtime/perl/t/core/017-hash.t
There are a number of support files that would have to migrate as well, so
that won't be enough, but it should give you an idea about what happens next.
Marvin Humphrey