mirror of
https://gitlab.alpinelinux.org/alpine/aports.git
synced 2025-07-23 19:25:25 +03:00
https://www.gaia-gis.it/fossil/librasterlite2/index Library for storing and retrieving huge raster coverages using a SpatiaLite DBMS
50 lines
1.8 KiB
Diff
50 lines
1.8 KiB
Diff
Author: Holger Jaekel <holger.jaekel@gmx.de>
|
|
Summary: skip tests that use functions included in sqlite 5.0.0.beta0
|
|
----
|
|
|
|
--- a/test/Makefile.am
|
|
+++ b/test/Makefile.am
|
|
@@ -15,16 +15,16 @@
|
|
test_map_rgb test_map_gray \
|
|
test_map_srtm test_map_mono \
|
|
test_map_indiana test_load_wms \
|
|
- test_map_noref test_map_trento \
|
|
+ test_map_noref \
|
|
test_map_trieste test_map_infrared \
|
|
- test_map_orbetello test_raster_symbolizer \
|
|
+ test_raster_symbolizer \
|
|
test_svg test_raw test_openjpeg \
|
|
test_line_symbolizer test_line_symbolizer_col \
|
|
test_polygon_symbolizer test_polygon_symbolizer_col \
|
|
test_point_symbolizer test_point_symbolizer_col \
|
|
test_text_symbolizer test_text_symbolizer_col \
|
|
test_vectors test_font test_copy_rastercov \
|
|
- test_tile_callback test_map_vector \
|
|
+ test_tile_callback \
|
|
test_col_symbolizers
|
|
|
|
AM_CPPFLAGS = -I@srcdir@/../headers @LIBXML2_CFLAGS@
|
|
|
|
--- a/test/Makefile.in
|
|
+++ b/test/Makefile.in
|
|
@@ -105,9 +105,9 @@
|
|
test_map_rgb$(EXEEXT) test_map_gray$(EXEEXT) \
|
|
test_map_srtm$(EXEEXT) test_map_mono$(EXEEXT) \
|
|
test_map_indiana$(EXEEXT) test_load_wms$(EXEEXT) \
|
|
- test_map_noref$(EXEEXT) test_map_trento$(EXEEXT) \
|
|
+ test_map_noref$(EXEEXT) \
|
|
test_map_trieste$(EXEEXT) test_map_infrared$(EXEEXT) \
|
|
- test_map_orbetello$(EXEEXT) test_raster_symbolizer$(EXEEXT) \
|
|
+ test_raster_symbolizer$(EXEEXT) \
|
|
test_svg$(EXEEXT) test_raw$(EXEEXT) test_openjpeg$(EXEEXT) \
|
|
test_line_symbolizer$(EXEEXT) \
|
|
test_line_symbolizer_col$(EXEEXT) \
|
|
@@ -118,7 +118,7 @@
|
|
test_text_symbolizer$(EXEEXT) \
|
|
test_text_symbolizer_col$(EXEEXT) test_vectors$(EXEEXT) \
|
|
test_font$(EXEEXT) test_copy_rastercov$(EXEEXT) \
|
|
- test_tile_callback$(EXEEXT) test_map_vector$(EXEEXT) \
|
|
+ test_tile_callback$(EXEEXT) \
|
|
test_col_symbolizers$(EXEEXT)
|
|
subdir = test
|
|
ACLOCAL_M4 = $(top_srcdir)/aclocal.m4
|