Re: Add very basic initial tests for d3drm

2007-03-14 Thread Dmitry Timoshkov
Vijay Kiran Kamuju [EMAIL PROTECTED] wrote: +START_TEST(vector) +{ + init_function_pointers(); + + VectorTest(); + QuaternionTest(); What happens if init_function_pointers() failed? -- Dmitry.

Re: Add very basic initial tests for d3drm

2007-03-14 Thread Vijay Kiran Kamuju
Hi, Fixed this one, and it requires d3drmdef.h patch earlier I sent. Is the d3drmdef.h patch ok? Will be sending the corrected version soon. Thanks, VJ On 3/14/07, Dmitry Timoshkov [EMAIL PROTECTED] wrote: Vijay Kiran Kamuju [EMAIL PROTECTED] wrote: +START_TEST(vector) +{ +