blob: 4c95d5efade968353d45cf3af5ead09a4dc7d7c5 [file] [log] [blame]
caryclark@google.com9e49fb62012-08-27 14:11:33 +00001/*
2 * Copyright 2012 Google Inc.
3 *
4 * Use of this source code is governed by a BSD-style license that can be
5 * found in the LICENSE file.
6 */
caryclark@google.comb45a1b42012-05-18 20:50:33 +00007#if !defined(IN_TEST)
8 #define IN_TEST 1
9#endif
10
caryclark@google.com27accef2012-01-25 18:57:23 +000011#include "DataTypes.h"
caryclark@google.com639df892012-01-10 21:46:10 +000012
caryclark@google.com27accef2012-01-25 18:57:23 +000013extern const Quadratic quadraticLines[];
14extern const Quadratic quadraticModEpsilonLines[];
15extern const Quadratic quadraticTests[][2];
16
17extern const size_t quadraticLines_count;
18extern const size_t quadraticModEpsilonLines_count;
19extern const size_t quadraticTests_count;