Path fixes
Boriss Mejias
boris.mejias at uclouvain.be
Tue Feb 13 14:14:41 CET 2007
Kevin Glynn wrote:
> On 2/12/07, Torsten Anders <torstenanders at gmx.de> wrote:
>> Hi,
>>
>> I fixed several issues in mozart-stdlib/os/Path.oz. Attached is a diff.
>> In case nobody objects I will commit these changes.
>>
>> In case you want to try out my changes without recompiling all of
>> Mozart I also attached a tmp package with a makefile.oz and an
>> extensive test file (Path.tgz). The test file allows also to compare
>> the differences of the present Path and my changes.
>>
>> BTW: where are tests like this stored in the Mozart repository. There
>> isn't any unit testing, is there?
>>
>
> Sure, and it is very important that when you fix bugs or change
> behaviour you add test cases. See mozart/share/test/.
to compile and run the test suite, make sure you have the compiled
version you are testing already in your $PATH. then, do
cd build/share/test
make
make boot-check
Anyway, the suggested Patch of Torsten involved the Standard Library,
and AFAIK, the share/test directory is mean for testing Mozart without
std-lib, isn't it?
cheers
Boriss
>
> k
> _________________________________________________________________________________
>
> mozart-hackers mailing list
> mozart-hackers at mozart-oz.org
> http://www.mozart-oz.org/mailman/listinfo/mozart-hackers
More information about the mozart-hackers
mailing list