Skip to content

Commit

Permalink
init/download msautotest submodule if not already done
Browse files Browse the repository at this point in the history
  • Loading branch information
tbonfort committed Sep 20, 2012
1 parent 4ba64f8 commit d90499e
Showing 1 changed file with 3 additions and 4 deletions.
7 changes: 3 additions & 4 deletions Makefile.in
Expand Up @@ -513,10 +513,9 @@ gdal-testcase:
query-testcase:
cd msautotest/query && export PATH=../..:$(PATH) && ./run_test.py

autotest-update:
git submodule init
git submodule update
autotest-install:
test -d "msautotest/wxs" || git submodule init && git submodule update

test: shp2img mapserv
test: shp2img mapserv autotest-install
@$(MAKE) $(MFLAGS) wxs-testcase renderers-testcase misc-testcase gdal-testcase query-testcase
@./print-test-results.sh

0 comments on commit d90499e

Please sign in to comment.