2012-03-27 13:23:51 +00:00
|
|
|
/*
|
2012-05-18 20:50:33 +00:00
|
|
|
* Copyright 2012 Google Inc.
|
2012-03-27 13:23:51 +00:00
|
|
|
*
|
2012-05-18 20:50:33 +00:00
|
|
|
* Use of this source code is governed by a BSD-style license that can be
|
|
|
|
* found in the LICENSE file.
|
2012-03-27 13:23:51 +00:00
|
|
|
*/
|
|
|
|
|
2012-05-18 20:50:33 +00:00
|
|
|
#include "Intersection_Tests.h"
|
2012-03-27 13:23:51 +00:00
|
|
|
|
2012-09-14 14:19:30 +00:00
|
|
|
int main(int /*argc*/, char** /*argv*/) {
|
2012-05-18 20:50:33 +00:00
|
|
|
Intersection_Tests();
|
|
|
|
return 0;
|
2012-06-01 17:44:28 +00:00
|
|
|
}
|