rewrite parser tests in c
commit573814245209b423878a0011ef40aa674e7c2c10
authorryah <ry@lakshmi.local>
Mon, 24 Mar 2008 18:28:01 +0000 (24 19:28 +0100)
committerryah <ry@lakshmi.local>
Mon, 24 Mar 2008 18:28:01 +0000 (24 19:28 +0100)
treefa863d21e5c371d675e62f483e6a008c98a56230
parentf278ac2badf0c6e3a8f7c2572217cd38e7780f44
rewrite parser tests in c

I'm not sure if this is wasted effort or a good idea. I don't like the way
the unit tests are setup now. There is not enough fine grained inspection
through the Ruby bindings - it would be nice to test the actual C structures.
test/Makefile [new file with mode: 0644]
test/parser_test.c [new file with mode: 0644]