blob: 442c629c1ab25b6962aa72a3f21c81af0de07b54 [file] [log] [blame]
caryclark@google.comd88e0892012-03-27 13:23:51 +00001/*
caryclark@google.comb45a1b42012-05-18 20:50:33 +00002 * Copyright 2012 Google Inc.
caryclark@google.comd88e0892012-03-27 13:23:51 +00003 *
caryclark@google.comb45a1b42012-05-18 20:50:33 +00004 * Use of this source code is governed by a BSD-style license that can be
5 * found in the LICENSE file.
caryclark@google.comd88e0892012-03-27 13:23:51 +00006 */
7
caryclark@google.comb45a1b42012-05-18 20:50:33 +00008#include "Intersection_Tests.h"
caryclark@google.comd88e0892012-03-27 13:23:51 +00009
caryclark@google.com235f56a2012-09-14 14:19:30 +000010int main(int /*argc*/, char** /*argv*/) {
caryclark@google.comb45a1b42012-05-18 20:50:33 +000011 Intersection_Tests();
12 return 0;
caryclark@google.coma3f05fa2012-06-01 17:44:28 +000013}