blob: 0042c9e611fad6f54d0a1cb32bce75a4875e717d [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.comb45a1b42012-05-18 20:50:33 +000010int main(int argc, char* argv) {
11 Intersection_Tests();
12 return 0;
13}