mirror of
https://git.code.sf.net/p/quake/quakeforge
synced 2024-11-23 04:42:32 +00:00
add another (currently failing) testcase
This commit is contained in:
parent
384ad30df8
commit
1f1375fdbb
1 changed files with 3 additions and 0 deletions
|
@ -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]);
|
||||
|
||||
|
|
Loading…
Reference in a new issue