File: Makefile.am

package info (click to toggle)
mdds 3.1.0-4
  • links: PTS
  • area: main
  • in suites: forky, sid
  • size: 6,068 kB
  • sloc: cpp: 20,809; sh: 1,369; makefile: 624; python: 603
file content (28 lines) | stat: -rw-r--r-- 417 bytes parent folder | download | duplicates (3)
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
SUBDIRS = \
	gdb \
	flat_segment_tree \
	include \
	multi_type_vector \
	multi_type_matrix \
	point_quad_tree \
	rtree \
	segment_tree \
	sorted_string_map \
	trie_map

AM_CPPFLAGS = \
	-I$(top_srcdir)/include \
	-I$(top_srcdir)/test/include \
	$(CXXFLAGS_UNITTESTS)

check_PROGRAMS = \
	ref-pair-test

ref_pair_test_SOURCES = \
	ref_pair_test.cpp \
	test_global.cpp

TESTS = \
	ref-pair-test

@VALGRIND_CHECK_RULES@