add another (currently failing) testcase

This commit is contained in:
Bill Currie 2009-03-20 11:51:59 +00:00 committed by Jeff Teunissen
parent 384ad30df8
commit 1f1375fdbb

View file

@ -209,6 +209,9 @@ test_t tests[] = {
{"run over top of ramp: hull3",
&hull3, {480, -216, 76}, {480, -200, 76}, {1, 0, 0, 1, 0}},
{"drop onto top of ramp: hull2",
&hull2, {468, -216, 80}, {468, -216, 72}, {0.5, 0, 0, 1, 0}},
};
const int num_tests = sizeof (tests) / sizeof (tests[0]);