postgis/raster/test/Makefile.in
Bborie Park 4baab52252 Added CUnit test suites for raster core. Old raster core regression
tests can still be found in raster/test/core but are no longer run.
Probably should delete before 2.1 is released.
Ticket #173

git-svn-id: http://svn.osgeo.org/postgis/trunk@10749 b70326c6-7e19-0410-871a-916f4a2858ee
2012-11-29 01:21:33 +00:00

29 lines
608 B
Makefile

#############################################################################
# $Id$
#
# Copyright (c) 2009 Mateusz Loskot <mateusz@loskot.net>
#
# This is free software; you can redistribute and/or modify it under
# the terms of the GNU General Public Licence. See the COPYING file.
#
#############################################################################
RT_CORE=../rt_core
all: check
core-check:
$(MAKE) -C cunit check
check: core-check
$(MAKE) -C regress check
clean:
$(MAKE) -C cunit $@
$(MAKE) -C regress $@
distclean: clean
$(MAKE) -C cunit $@
$(MAKE) -C regress $@
rm -f Makefile