summaryrefslogtreecommitdiffstats
path: root/test/gdb/src/Makefile.am
blob: 5088c6e5df80661c6e31b4bf95d17b5cb09e7185 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
CXXFLAGS += -O0 -ggdb2

check_PROGRAMS = test

test_CPPFLAGS = -I$(top_srcdir)/include

test_SOURCES = \
	flat_segment_tree.cpp \
	multi_type_matrix.cpp \
	multi_type_vector.cpp \
	point_quad_tree.cpp \
	rtree.cpp \
	segment_tree.cpp \
	sorted_string_map.cpp \
	test.cpp \
	trie_map.cpp