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/rtree/Makefile.am | 41 +++++++++++++++++++++++++++++++++++++++++ 1 file changed, 41 insertions(+) create mode 100644 test/rtree/Makefile.am (limited to 'test/rtree/Makefile.am') diff --git a/test/rtree/Makefile.am b/test/rtree/Makefile.am new file mode 100644 index 0000000..a664104 --- /dev/null +++ b/test/rtree/Makefile.am @@ -0,0 +1,41 @@ +AM_CPPFLAGS = \ + -I$(top_srcdir)/include \ + -I$(top_srcdir)/test/include \ + $(CXXFLAGS_UNITTESTS) + +DISTCLEANFILES = \ + rtree-test-*.obj \ + rtree-test-*.svg + +check_PROGRAMS = test-main test-bulkload + +test_main_SOURCES = \ + test_main.cpp \ + $(top_srcdir)/test/test_global.cpp + +test_main_SOURCES = \ + test_basic.cpp \ + test_copy.cpp \ + test_directory_node_split.cpp \ + test_erase_directories.cpp \ + test_exact_search_by_extent.cpp \ + test_exact_search_by_point.cpp \ + test_forced_reinsertion.cpp \ + test_geometry.cpp \ + test_intersection.cpp \ + test_main.cpp \ + test_move.cpp \ + test_node_split.cpp \ + test_point_objects.cpp \ + test_square_distance.cpp \ + $(top_srcdir)/test/test_global.cpp + +test_bulkload_SOURCES = \ + test_bulkload_main.cpp \ + $(top_srcdir)/test/test_global.cpp + +EXTRA_DIST = test_global_rtree.hpp + +TESTS = test-main test-bulkload + +@VALGRIND_CHECK_RULES@ -- cgit v1.2.3