Welcome to mirror list, hosted at ThFree Co, Russian Federation.

geometry_tests.pro « geometry_tests « geometry - github.com/mapsme/omim.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
blob: a057fe950766931739210b28c6134c5f83d66f1b (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
# Geometry library tests.

TARGET = geometry_tests
CONFIG += console warn_on
CONFIG -= app_bundle
TEMPLATE = app

ROOT_DIR = ../..
DEPENDENCIES = indexer geometry base normalize

include($$ROOT_DIR/common.pri)

HEADERS += \
  equality.hpp \
  large_polygon.hpp \
  test_regions.hpp \

SOURCES += \
  ../../testing/testingmain.cpp \
  angle_test.cpp \
  anyrect_test.cpp \
  cellid_test.cpp \
  common_test.cpp \
  covering_test.cpp \
  distance_on_sphere_test.cpp \
  distance_test.cpp \
  intersect_test.cpp \
  latlon_test.cpp \
  packer_test.cpp \
  point_test.cpp \
  pointu_to_uint64_test.cpp \
  polygon_test.cpp \
  rect_test.cpp \
  region2d_binary_op_test.cpp \
  region_test.cpp \
  robust_test.cpp \
  screen_test.cpp \
  segments_intersect_test.cpp \
  simplification_test.cpp \
  spline_test.cpp \
  transformations_test.cpp \
  tree_test.cpp \
  vector_test.cpp \