From 85adc697d2ec2a379ce6d721f0419ae5df3abdb6 Mon Sep 17 00:00:00 2001 From: Daniel Baumann Date: Mon, 15 Apr 2024 07:46:17 +0200 Subject: Adding upstream version 2.1.1. Signed-off-by: Daniel Baumann --- test/Makefile.am | 28 ++++++++++++++++++++++++++++ 1 file changed, 28 insertions(+) create mode 100644 test/Makefile.am (limited to 'test/Makefile.am') diff --git a/test/Makefile.am b/test/Makefile.am new file mode 100644 index 0000000..b7a72de --- /dev/null +++ b/test/Makefile.am @@ -0,0 +1,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@ -- cgit v1.2.3