On 2014/08/15 13:52, Gökhan Güler wrote: > That's what I do actually, trying to make it work on amd64. I noticed bugs > on regex.c file and now scanning other files. I just wonder how can I test > the output. Is there a proper way or should I do it in my own way?
Since there's no regression test included with the program itself (pity), I think you'll need to make your own test.. The most ideal situation would be to write a small test suite (you can add a files directory to hold test files) and run it from a new 'do-test' target in the port Makefile...but that's probably a bunch of work. I think the diff to use regex(3) came from genua...I wonder if I can find a copy anywhere
