postgis/regress/Makefile

28 lines
358 B
Makefile
Raw Normal View History

TMPDIR?=/tmp
all: tests clean
tests: test-common test-index test-lwgeom test-ogc test-lrs test-proj
test-lwgeom:
@./run_test lwgeom_regress
test-index:
@./run_test regress_index
test-ogc:
@./run_test regress_ogc
test-lrs:
@./run_test regress_lrs
test-common:
@./run_test regress
test-proj:
@./run_test regress_proj
clean:
dropdb postgis_reg