Mercurial > fife-parpg
comparison tests/core_tests/test_rect.cpp @ 85:35f6cfea565e
Fixed the unit tests so they will now compile and link with msvc2005. There are still a couple more changes needed to run them correctly.
author | vtchill@33b003aa-7bff-0310-803a-e67f0ece8222 |
---|---|
date | Sat, 19 Jul 2008 04:56:28 +0000 |
parents | 90005975cdbb |
children |
comparison
equal
deleted
inserted
replaced
84:a19c4ca20d97 | 85:35f6cfea565e |
---|---|
81 CHECK(!a.intersects(dont_intersect[i])); | 81 CHECK(!a.intersects(dont_intersect[i])); |
82 CHECK(!dont_intersect[i].intersects(a)); | 82 CHECK(!dont_intersect[i].intersects(a)); |
83 } | 83 } |
84 } | 84 } |
85 | 85 |
86 | |
86 int main() { | 87 int main() { |
87 return UnitTest::RunAllTests(); | 88 return UnitTest::RunAllTests(); |
88 } | 89 } |