Skip to content

Commit 5ad4e56

Browse files
committed
Move GIS dep tests
1 parent 7366143 commit 5ad4e56

File tree

21 files changed

+4
-4
lines changed

21 files changed

+4
-4
lines changed

Makefile

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -17,19 +17,19 @@ DATA = sqlite_fdw--1.0.sql sqlite_fdw--1.0--1.1.sql
1717

1818
ifdef ENABLE_GIS
1919
PG_CFLAGS += -DSQLITE_FDW_GIS_ENABLE
20-
GIS_TEST = postgis
2120
GIS_DEP_TESTS_DIR = with_gis_support
21+
GIS_TEST = postgis
2222
$(info There is PostGIS support for SQLite FDW)
2323
else
24-
GIS_TEST = nogis
2524
GIS_DEP_TESTS_DIR = without_gis_support
25+
GIS_TEST = nogis
2626
$(info There is NO PostGIS support for SQLite FDW)
2727
endif
2828

2929
# Tests for PostgreSQL data types support
30-
DATA_TYPE_TESTS = types/bitstring types/bool types/float4 types/float8 types/int4 types/int8 types/numeric types/$(GIS_TEST) types/macaddr types/macaddr8 types/out_of_range types/timestamp types/uuid
30+
DATA_TYPE_TESTS = types/bitstring types/bool types/float4 types/float8 types/int4 types/int8 types/numeric types/macaddr types/macaddr8 types/out_of_range types/timestamp types/uuid
3131
# Tests with different versions with GIS support and without GIS support
32-
GIS_DEP_TESTS = $(GIS_DEP_TESTS_DIR)/type $(GIS_DEP_TESTS_DIR)/auto_import
32+
GIS_DEP_TESTS = $(GIS_DEP_TESTS_DIR)/type $(GIS_DEP_TESTS_DIR)/auto_import $(GIS_DEP_TESTS_DIR)/$(GIS_TEST)
3333

3434
ifndef REGRESS
3535
# System tests, full default sequence
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.

0 commit comments

Comments
 (0)